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 restart data hydration on a placeholder file or folder.
Syntax
typedef enum CF_OPERATION_RESTART_HYDRATION_FLAGS {
CF_OPERATION_RESTART_HYDRATION_FLAG_NONE = 0x00000000,
CF_OPERATION_RESTART_HYDRATION_FLAG_MARK_IN_SYNC = 0x00000001
} ;
Constants
CF_OPERATION_RESTART_HYDRATION_FLAG_NONE Value: 0x00000000 No restart data hydration flag. |
CF_OPERATION_RESTART_HYDRATION_FLAG_MARK_IN_SYNC Value: 0x00000001 If this flag is specified, the placeholder will be marked in-sync upon a successful RESTART_HYDRATION operation. |
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 |