Platform SDK: Synchronization Manager

ISyncMgrRegister::GetHandlerRegistrationInfo

The registered application's handler calls the ISyncMgrRegister::GetHandlerRegistrationInfo method to get current registration information.

HRESULT GetHandlerRegistrationInfo(
  [in] REFCLSID rclsidHandler,
  [in,out] LPDWORD pdwSyncMgrRegisterFlags
);

Parameters

rclsidHandler
[in] CLSID of the handler.
pdwSyncMgrRegisterFlags
[in,out] Returns registration flags.

Return Values

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

S_OK
Call was successful, the handler is registered.
S_FALSE
Call was not successful, the handler is not registered.

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.