Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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