Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
Call was successful, the handler is registered. |
|
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 |