CF_CALLBACK_DELETE_FLAGS enumeration (cfapi.h)
This callback is used to inform the sync provider that a placeholder file or directory under one of its sync roots is about to be deleted.
Syntax
typedef enum CF_CALLBACK_DELETE_FLAGS {
CF_CALLBACK_DELETE_FLAG_NONE = 0x00000000,
CF_CALLBACK_DELETE_FLAG_IS_DIRECTORY = 0x00000001,
CF_CALLBACK_DELETE_FLAG_IS_UNDELETE
} ;
Constants
CF_CALLBACK_DELETE_FLAG_NONE Value: 0x00000000 No delete flag. |
CF_CALLBACK_DELETE_FLAG_IS_DIRECTORY Value: 0x00000001 The placeholder that is about to be deleted is a directory. |
Requirements
Minimum supported client | Windows 10, version 1709 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | cfapi.h |