VDS_RECOVER_ACTION enumeration (vds.h)
[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]
Not supported.
This enumeration is reserved for system use.
Syntax
typedef enum _VDS_RECOVER_ACTION {
VDS_RA_UNKNOWN,
VDS_RA_REFRESH,
VDS_RA_RESTART
} VDS_RECOVER_ACTION;
Remarks
Note Additional constants might be added to the VDS_RECOVER_ACTION enumeration in future Windows versions. For this reason, your application must be designed to gracefully handle an unrecognized VDS_RECOVER_ACTION enumeration constant.
Requirements
Requirement | Value |
---|---|
Header | vds.h |