ISynchronizeEvent 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.
Assigns a Win32 event handle to a synchronization object. For more information, see ISynchronizeEvent.
public interface class ISynchronizeEvent : Microsoft::VisualStudio::OLE::Interop::ISynchronizeHandle
public interface class ISynchronizeEvent : Microsoft::VisualStudio::OLE::Interop::ISynchronizeHandle
__interface ISynchronizeEvent : Microsoft::VisualStudio::OLE::Interop::ISynchronizeHandle
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("00000032-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ISynchronizeEvent : Microsoft.VisualStudio.OLE.Interop.ISynchronizeHandle
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("00000032-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISynchronizeEvent : Microsoft.VisualStudio.OLE.Interop.ISynchronizeHandle
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("00000032-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ISynchronizeEvent = interface
interface ISynchronizeHandle
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("00000032-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISynchronizeEvent = interface
interface ISynchronizeHandle
Public Interface ISynchronizeEvent
Implements ISynchronizeHandle
- Attributes
- Implements
Methods
GetHandle(IntPtr) | |
SetEventHandle(IntPtr) |