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.
Unregisters and removes the specified synchronization provider from the registration store.
Syntax
HRESULT UnregisterSyncProvider(
[in] LPCGUID pguidInstanceId
);
Parameters
[in] pguidInstanceId
The unique instance ID of the synchronization provider.
Return value
The possible return codes include, but are not limited to, the values shown in the following table.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
Invalid pointer. |
|
A synchronization provider with the specified instance ID is not currently registered. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | syncregistration.h |