STORPORT_QUERY_CONFIGURATION_TYPE - NtDoc

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

typedef enum _STORPORT_QUERY_CONFIGURATION_TYPE {
  StorportQueryConfigurationD3,
  StorportQueryConfigurationNvmeIce,
  StorportQueryConfigurationMax
} STORPORT_QUERY_CONFIGURATION_TYPE, *PSTORPORT_QUERY_CONFIGURATION_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-storport-storport_query_configuration_type)

STORPORT_QUERY_CONFIGURATION_TYPE enumeration

Description

The STORPORT_QUERY_CONFIGURATION_TYPE enumerator identifies the configuration type being queried in StorPortQueryConfiguration.

Constants

StorportQueryConfigurationD3

Query whether the device has a D3 configuration.

StorportQueryConfigurationNvmeIce

Query whether the device has an NVMe ICE configuration.

StorportQueryConfigurationMax

First illegal configuration value; do not use.

Remarks

See also