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.
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 |