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.
Specifies the in-sync state for placeholder files and folders.
Syntax
typedef enum CF_IN_SYNC_STATE {
CF_IN_SYNC_STATE_NOT_IN_SYNC = 0,
CF_IN_SYNC_STATE_IN_SYNC = 1
} ;
Constants
CF_IN_SYNC_STATE_NOT_IN_SYNCValue: 0 The platform clears the placeholder’s in-sync state upon a successful return from the CfSetInSyncState call. |
CF_IN_SYNC_STATE_IN_SYNCValue: 1 The platform sets the placeholder’s in-sync state upon a successful return from the CfSetInSyncState call. |
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 |