Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Callback flags for notifying a sync provider that a placeholder under one of its sync roots that has been previously opened for read/write/delete access is now closed.
Syntax
typedef enum CF_CALLBACK_CLOSE_COMPLETION_FLAGS {
CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONE = 0x00000000,
CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETED = 0x00000001
} ;
Constants
CF_CALLBACK_CLOSE_COMPLETION_FLAG_NONEValue: 0x00000000 No close completion flags. |
CF_CALLBACK_CLOSE_COMPLETION_FLAG_DELETEDValue: 0x00000001 A flag set if a placeholder is deleted as a result of the close. |
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 |