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.
Describes conflict item type.
Syntax
typedef enum SYNCMGR_CONFLICT_ITEM_TYPE {
SYNCMGR_CIT_UPDATED = 0x1,
SYNCMGR_CIT_DELETED = 0x2
} ;
Constants
SYNCMGR_CIT_UPDATEDValue: 0x1 The conflict item was updated. |
SYNCMGR_CIT_DELETEDValue: 0x2 The conflict item was deleted. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | syncmgr.h |