// 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 referenceNo description available.
The STORPORT_QUERY_CONFIGURATION_TYPE enumerator identifies the configuration type being queried in StorPortQueryConfiguration.
StorportQueryConfigurationD3Query whether the device has a D3 configuration.
StorportQueryConfigurationNvmeIceQuery whether the device has an NVMe ICE configuration.
StorportQueryConfigurationMaxFirst illegal configuration value; do not use.