ISynchronizeHandle::GetHandle method
Retrieves a handle to the synchronization object.
Syntax
HRESULT GetHandle( [out] HANDLE *ph );
Parameters
- ph [out]
-
A pointer to the variable that receives a handle to the synchronization object.
Return value
This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_FAIL, and S_OK.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_ISynchronizeHandle is defined as 00000031-0000-0000-C000-000000000046 |
See also
Show: