Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Flags that specify the item change state.
#define SYNC_CHANGE_FLAG_DELETED                 0x00000001
#define SYNC_CHANGE_FLAG_DOES_NOT_EXIST          0x00000002
Members
- SYNC_CHANGE_FLAG_DELETED
The item has been deleted. Therefore, this change is a tombstone. 
- SYNC_CHANGE_FLAG_DOES_NOT_EXIST
The item does not exist and should only be used in an enumeration from the destination for conflict detection. 
Remarks
Be aware that SYNC_CHANGE_FLAG_DOES_NOT_EXIST cannot be combined with any other flags.
Requirements
Header: Synchronization.h