This topic has not yet been rated - Rate this topic

VSS_RECOVERY_OPTIONS enumeration

Used by a requester to specify how a resynchronization operation is to be performed.

Syntax


typedef enum  { 
  VSS_RECOVERY_REVERT_IDENTITY_ALL  = 0x00000100,
  VSS_RECOVERY_NO_VOLUME_CHECK      = 0x00000200
} VSS_RECOVERY_OPTIONS;

Constants

VSS_RECOVERY_REVERT_IDENTITY_ALL

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

Volume safety checks should not be performed.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Vss.h

See also

IVssBackupComponentsEx3::RecoverSet

 

 

Send comments about this topic to Microsoft

Build date: 11/5/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.