Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This enum is used by CF_CALLBACK_TYPE_NOTIFY_DELETE (see CF_CALLBACK_TYPE) when informing the sync provider that a placeholder file or directory under one of its sync roots is about to be deleted or undeleted.
Syntax
typedef enum CF_CALLBACK_DELETE_FLAGS {
CF_CALLBACK_DELETE_FLAG_NONE,
CF_CALLBACK_DELETE_FLAG_IS_DIRECTORY,
CF_CALLBACK_DELETE_FLAG_IS_UNDELETE
} ;
Constants
CF_CALLBACK_DELETE_FLAG_NONE0x00000000No delete flag. |
CF_CALLBACK_DELETE_FLAG_IS_DIRECTORY0x00000001The placeholder that is about to be deleted is a directory. |
CF_CALLBACK_DELETE_FLAG_IS_UNDELETE0x00000002The placeholder is being undeleted. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1709 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | cfapi.h |