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.
Callback flags for notifying a sync provider that a placeholder was successfully opened for read/write/delete access.
Syntax
typedef enum CF_CALLBACK_OPEN_COMPLETION_FLAGS {
  CF_CALLBACK_OPEN_COMPLETION_FLAG_NONE = 0x00000000,
  CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNKNOWN = 0x00000001,
  CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNSUPPORTED = 0x00000002
} ;
Constants
CF_CALLBACK_OPEN_COMPLETION_FLAG_NONEValue: 0x00000000 No open completion flag.  | 
CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNKNOWNValue: 0x00000001 A flag set if the placeholder metadata is corrupted.  | 
CF_CALLBACK_OPEN_COMPLETION_FLAG_PLACEHOLDER_UNSUPPORTEDValue: 0x00000002 A flag set if the placeholder metadata is of an older and unsupported version.  | 
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 |