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.
Contains the version of the virtual hard disk (VHD) STORAGE_DEPENDENCY_INFO structure to use in calls to VHD functions.
Syntax
typedef enum _STORAGE_DEPENDENCY_INFO_VERSION {
STORAGE_DEPENDENCY_INFO_VERSION_UNSPECIFIED = 0,
STORAGE_DEPENDENCY_INFO_VERSION_1 = 1,
STORAGE_DEPENDENCY_INFO_VERSION_2 = 2
} STORAGE_DEPENDENCY_INFO_VERSION;
Constants
STORAGE_DEPENDENCY_INFO_VERSION_UNSPECIFIEDValue: 0 The version is not specified. |
STORAGE_DEPENDENCY_INFO_VERSION_1Value: 1 Specifies STORAGE_DEPENDENCY_INFO_TYPE_1. |
STORAGE_DEPENDENCY_INFO_VERSION_2Value: 2 Specifies STORAGE_DEPENDENCY_INFO_TYPE_2. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 |
| Minimum supported server | Windows Server 2008 R2 |
| Header | virtdisk.h |