CF_IN_SYNC_STATE enumeration (cfapi.h)

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_SYNC
Value: 0
The platform clears the placeholder’s in-sync state upon a successful return from the CfSetInSyncState call.
CF_IN_SYNC_STATE_IN_SYNC
Value: 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

See also

CfSetInSyncState