On 11/18/06, <b class="gmail_sendername">Havoc Pennington</b> &lt;<a href="mailto:hp@redhat.com">hp@redhat.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Do you know what the mutex is &quot;per&quot; - that is, would each user get a<br>different one, or is it for the whole system?<br><br>Thanks for all the help! MSDN docs are often a little lacking...<br><br>Havoc</blockquote>
<div><br>The named mutex is a system-wide object. If you want one for the<br>system bus and one for each session bus, you have to devise a<br>suitable naming convention. <br></div><br></div><br>