ISyncMgrRegister::GetHandlerRegistrationInfo method
Called by the registered application's handler to get current registration information.
Syntax
HRESULT GetHandlerRegistrationInfo( [in] REFCLSID clsidHandler, [in, out] LPDWORD pdwSyncMgrRegisterFlags );
Parameters
- clsidHandler [in]
-
Type: REFCLSID
The CLSID of the handler.
- pdwSyncMgrRegisterFlags [in, out]
-
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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Show: