ISyncMgrSynchronize::GetHandlerInfo method
Obtains handler information.
Syntax
HRESULT GetHandlerInfo( [out] SYNCMGRHANDLERINFO **ppSyncMgrHandlerInfo );
Parameters
- ppSyncMgrHandlerInfo [out]
-
Type: SYNCMGRHANDLERINFO**
A pointer to a SYNCMGRHANDLERINFO structure.
Return value
Type: HRESULT
This method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, and the following:
| Return code | Description |
|---|---|
|
Handler information is returned successfully. |
Remarks
The handler should use the CoTaskMemAlloc function to allocate memory.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Show: