ISyncMgrSynchronize::GetHandlerInfo method (mobsync.h)
Obtains handler information.
Syntax
HRESULT GetHandlerInfo(
[out] SYNCMGRHANDLERINFO **ppSyncMgrHandlerInfo
);
Parameters
[out] ppSyncMgrHandlerInfo
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
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | mobsync.h |
DLL | Mobsync.dll |