CF_CREATE_FLAGS enumeration (cfapi.h)

Flags for creating a placeholder file or directory.

Syntax

typedef enum CF_CREATE_FLAGS {
  CF_CREATE_FLAG_NONE = 0x00000000,
  CF_CREATE_FLAG_STOP_ON_ERROR = 0x00000001
} ;

Constants

 
CF_CREATE_FLAG_NONE
Value: 0x00000000
Default mode. All entries are processed.
CF_CREATE_FLAG_STOP_ON_ERROR
Value: 0x00000001
Causes the API to return immediately if placeholder creation fails. If creation fails, the error code will be returned by the API.

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

CfCreatePlaceholders