ISynchronizeHandle interface (objidlbase.h)

Retrieves a handle associated with a synchronization object.

Inheritance

The ISynchronizeHandle interface inherits from the IUnknown interface. ISynchronizeHandle also has these types of members:

Methods

The ISynchronizeHandle interface has these methods.

 
ISynchronizeHandle::GetHandle

The ISynchronizeHandle::GetHandle (objidlbase.h) method retrieves a handle to the synchronization object.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header objidlbase.h (include ObjIdl.h)

See also

ISynchronizeEvent