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.
This structure is reserved for system use only.
Syntax
typedef struct _DEVICE_DSM_TIERING_QUERY_OUTPUT {
ULONG Version;
ULONG Size;
ULONG Flags;
ULONG Reserved;
ULONGLONG Alignment;
ULONG TotalNumberOfRegions;
ULONG NumberOfRegionsReturned;
STORAGE_TIER_REGION Regions[ANYSIZE_ARRAY];
} DEVICE_DSM_TIERING_QUERY_OUTPUT, *PDEVICE_DSM_TIERING_QUERY_OUTPUT;
Members
Version
Not applicable.
Size
Not applicable.
Flags
Not applicable.
Reserved
Not applicable.
Alignment
Not applicable.
TotalNumberOfRegions
Not applicable.
NumberOfRegionsReturned
Not applicable.
Regions[ANYSIZE_ARRAY]
Not applicable.
Requirements
| Requirement | Value |
|---|---|
| Header | ntddstor.h |