VIRTUAL_STORAGE_TYPE structure (virtdisk.h)
Contains the type and provider (vendor) of the virtual storage device.
Syntax
typedef struct _VIRTUAL_STORAGE_TYPE {
ULONG DeviceId;
GUID VendorId;
} VIRTUAL_STORAGE_TYPE, *PVIRTUAL_STORAGE_TYPE;
Members
DeviceId
Device type identifier.
VendorId
Vendor-unique identifier.
VIRTUAL_STORAGE_TYPE_VENDOR_MICROSOFT (EC984AEC-A0F9-47e9-901F-71415A66345B)
VIRTUAL_STORAGE_TYPE_VENDOR_UNKNOWN (0)
Requirements
Minimum supported client | Windows 7 |
Minimum supported server | Windows Server 2008 R2 |
Header | virtdisk.h |
See also
Feedback
Submit and view feedback for