Platform SDK: Synchronization Manager

ISyncMgrSynchronize::GetHandlerInfo

The ISyncMgrSynchronize::GetHandlerInfo method obtains handler information.

HRESULT GetHandlerInfo(
  LPSYNCMGRHANDLERINFO *ppSyncMgrHandlerInfo  // SYNCMGRHANDLERINFO structure
);

Parameters

ppSyncMgrHandlerInfo
[out] Returns a pointer to a SYNCMGRHANDLERINFO structure.

Return Values

This method supports the standard return values, E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following:

S_OK
Handler information was returned successfully.

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 5 or later).
  Windows 95/98: Requires Windows 95 or later (with Internet Explorer 5 or later).
  Header: Declared in Mobsync.h.

See Also

SYNCMGRHANDLERINFO