DEVICE_DSM_TIERING_QUERY_OUTPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddstor.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddstor-_device_dsm_tiering_query_output)

DEVICE_DSM_TIERING_QUERY_OUTPUT structure

Description

This structure is reserved for system use only.

Members

Version

Not applicable.

Size

Not applicable.

Flags

Not applicable.

Reserved

Not applicable.

Alignment

Not applicable.

TotalNumberOfRegions

Not applicable.

NumberOfRegionsReturned

Not applicable.

Regions

Not applicable.

Remarks

See also