Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONE Value: 0x00000000 No data validation flag. |
CF_CALLBACK_VALIDATE_DATA_FLAG_EXPLICIT_HYDRATION Value: 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 |