Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Flags to validate the data of a placeholder file or directory.
Syntax
typedef enum CF_CALLBACK_VALIDATE_DATA_FLAGS {
CF_CALLBACK_VALIDATE_DATA_FLAG_NONE = 0x00000000,
CF_CALLBACK_VALIDATE_DATA_FLAG_EXPLICIT_HYDRATION = 0x00000002
} ;
Constants
CF_CALLBACK_VALIDATE_DATA_FLAG_NONEValue: 0x00000000 No data validation flag. |
CF_CALLBACK_VALIDATE_DATA_FLAG_EXPLICIT_HYDRATIONValue: 0x00000002 >[!NOTE] >This value is new for Windows 10, version 1803. Set if the callback is invoked as a result of a call to CfHydratePlaceholder. |
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 |