Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Supports a synchronization object using a mutex object. Extends and inherits from ISynchronize. For general information about mutex objects, see Mutex Class.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("00000025-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ISynchronizeMutex _
Inherits ISynchronize
[GuidAttribute("00000025-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ISynchronizeMutex : ISynchronize
[GuidAttribute(L"00000025-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class ISynchronizeMutex : ISynchronize
[<GuidAttribute("00000025-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type ISynchronizeMutex =
interface
interface ISynchronize
end
public interface ISynchronizeMutex extends ISynchronize
The ISynchronizeMutex type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
ReleaseMutex | |
![]() |
Reset | |
![]() |
Signal | |
![]() |
Wait |
Top
.gif)