ISyncMgrRegister::GetHandlerRegistrationInfo method (mobsync.h)

Called by the registered application's handler to get current registration information.

Syntax

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

Parameters

[in] clsidHandler

Type: REFCLSID

The CLSID of the handler.

[in, out] pdwSyncMgrRegisterFlags

Type: LPDWORD

Returns registration flags from the SYNCMGRREGISTERFLAGS enumeration that indicate events for which the handler is registered to be notified.

Return value

Type: HRESULT

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

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

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

See also

ISyncMgrRegister