Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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_NONEValue: 0x00000000 No dehydration flags. |
CF_DEHYDRATE_FLAG_BACKGROUNDValue: 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 |