STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR structure (winioctl.h)
Reserved for future use.
Syntax
typedef struct _STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR {
DWORD Version;
DWORD Size;
DWORD64 Attributes;
} STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR, *PSTORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR;
Members
Version
Contains the version of the data reported.
Size
Indicates the quantity of data reported, in bytes. This is the sizeof(STORAGE_DEVICE_ATTRIBUTES_DESCRIPTOR)
.
Attributes
Reserved for future use.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | winioctl.h (include Windows.h) |