ISynchronizeMutex 接口

定义

支持使用 mutex 对象的同步对象。 扩展并从继承 ISynchronize 。 有关 mutex 对象的常规信息,请参阅 Mutex 类。

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(1)>]
type ISynchronizeMutex = interface
    interface ISynchronize
Public Interface ISynchronizeMutex
Implements ISynchronize
属性
实现

方法

ReleaseMutex()
Reset()
Signal()
Wait(UInt32, UInt32)

适用于