VSS_RECOVERY_OPTIONS enumeration (vss.h)
Used by a requester to specify how a resynchronization operation is to be performed.
Syntax
typedef enum _VSS_RECOVERY_OPTIONS {
VSS_RECOVERY_REVERT_IDENTITY_ALL = 0x100,
VSS_RECOVERY_NO_VOLUME_CHECK = 0x200
} VSS_RECOVERY_OPTIONS, *PVSS_RECOVERY_OPTIONS;
Constants
VSS_RECOVERY_REVERT_IDENTITY_ALL Value: 0x100 After the resynchronization operation is complete, the signature of each target LUN should be identical to that of the original LUN that was used to create the shadow copy. |
VSS_RECOVERY_NO_VOLUME_CHECK Value: 0x200 Volume safety checks should not be performed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | vss.h |