ISyncMgrRegister::UnregisterSyncMgrHandler method
Removes a handler's class identifier (CLSID) from the registration. A handler should call this when it no longer has any items to synchronize.
Syntax
HRESULT UnregisterSyncMgrHandler( [in] REFCLSID rclsidHandler, [in] DWORD dwReserved );
Parameters
- rclsidHandler [in]
-
Type: REFCLSID
The CLSID of the handler that should be unregistered.
- dwReserved [in]
-
Type: DWORD
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 |
|---|---|
|
The handler was successfully removed from the registry with SyncMgr. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Show: