Windows Sync Registration Error Codes
Windows Sync Registration defines the following error codes.
Error Code |
Description |
- SYNC_E_REGISTRATION_INTERNAL_ERROR
- 0x80041600L
|
An internal error occurred in the sync registration runtime.
|
- SYNC_E_REGISTRATION_ALREADY_REGISTERED
- 0x80041601L
|
The requested item has already been registered.
|
- SYNC_E_REGISTRATION_NOT_REGISTERED
- 0x80041602L
|
The requested item does not exist in the registration store.
|
- SYNC_E_REGISTRATION_CORRUPT_DATA
- 0x80041603L
|
The data for this item is corrupted and cannot be read.
|
- SYNC_E_REGISTRATION_ALREADY_COMMITTED
- 0x80041604L
|
The properties for this item have already been committed on another instance.
|
The error code values are 32 bit values laid out as follows:
31 - 30 |
The severity code.
- 00 - Success
- 01 - Informational
- 10 - Warning
- 11 - Error
|
29 |
The customer code flag. |
28 |
A reserved bit. |
27 - 16 |
The facility code. |
15 - 0 |
The facility's status code. |
Requirements
|
|
Minimum supported client
|
Windows 7 [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 R2 [desktop apps only]
|
Header
|
- Syncregistrationerrors.h
|
See also
-
Windows Sync Registration Reference