ISynchronizeMutex Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports a synchronization object using a mutex object. Extends and inherits from ISynchronize. For general information about mutex objects, see Mutex Class.
public interface class ISynchronizeMutex : Microsoft::VisualStudio::OLE::Interop::ISynchronize
public interface class ISynchronizeMutex : Microsoft::VisualStudio::OLE::Interop::ISynchronize
__interface ISynchronizeMutex : Microsoft::VisualStudio::OLE::Interop::ISynchronize
[System.Runtime.InteropServices.Guid("00000025-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ISynchronizeMutex : Microsoft.VisualStudio.OLE.Interop.ISynchronize
[System.Runtime.InteropServices.Guid("00000025-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISynchronizeMutex : Microsoft.VisualStudio.OLE.Interop.ISynchronize
[<System.Runtime.InteropServices.Guid("00000025-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ISynchronizeMutex = interface
interface ISynchronize
[<System.Runtime.InteropServices.Guid("00000025-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISynchronizeMutex = interface
interface ISynchronize
Public Interface ISynchronizeMutex
Implements ISynchronize
- Attributes
- Implements
Methods
ReleaseMutex() | |
Reset() | |
Signal() | |
Wait(UInt32, UInt32) |