ISynchronizeEvent Interface

Definition

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)

Applies to