CF_DEHYDRATE_FLAGS enumeration (cfapi.h)

Flags used during dehydration of files using CfDehydratePlaceholder.

Syntax

typedef enum CF_DEHYDRATE_FLAGS {
  CF_DEHYDRATE_FLAG_NONE = 0x00000000,
  CF_DEHYDRATE_FLAG_BACKGROUND = 0x00000001
} ;

Constants

 
CF_DEHYDRATE_FLAG_NONE
Value: 0x00000000
No dehydration flags.
CF_DEHYDRATE_FLAG_BACKGROUND
Value: 0x00000001
If specified, the caller is a system process running in the background. Otherwise, the caller is performing this operation on behalf of a logged-in user.

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

CfDehydratePlaceholder