DEVICE_DSM_TIERING_QUERY_INPUT - NtDoc

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

typedef struct _DEVICE_DSM_TIERING_QUERY_INPUT {
  ULONG Version;
  ULONG Size;
  ULONG Flags;
  ULONG NumberOfTierIds;
  GUID  TierIds[ANYSIZE_ARRAY];
} DEVICE_DSM_TIERING_QUERY_INPUT, *PDEVICE_DSM_TIERING_QUERY_INPUT, DEVICE_DSM_TIERING_QUERY_PARAMETERS, *PDEVICE_DSM_TIERING_QUERY_PARAMETERS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DEVICE_DSM_TIERING_QUERY_INPUT structure

Description

This structure is reserved for system use only.

Members

Version

Not applicable.

Size

Not applicable.

Flags

Not applicable.

NumberOfTierIds

Not applicable.

TierIds

Not applicable.

Remarks

See also