Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the Win32 handle from a synchronization object. For more information, see ISynchronizeHandle.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000031-0000-0000-C000-000000000046")> _
Public Interface ISynchronizeHandle
[InterfaceTypeAttribute()]
[GuidAttribute("00000031-0000-0000-C000-000000000046")]
public interface ISynchronizeHandle
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000031-0000-0000-C000-000000000046")]
public interface class ISynchronizeHandle
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000031-0000-0000-C000-000000000046")>]
type ISynchronizeHandle = interface end
public interface ISynchronizeHandle
The ISynchronizeHandle type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetHandle |
Top