STORPORT_QUERY_CONFIGURATION_TYPE enumeration (storport.h)

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

Syntax

typedef enum _STORPORT_QUERY_CONFIGURATION_TYPE {
  StorportQueryConfigurationD3,
  StorportQueryConfigurationMax
} STORPORT_QUERY_CONFIGURATION_TYPE, *PSTORPORT_QUERY_CONFIGURATION_TYPE;

Constants

 
StorportQueryConfigurationD3
Query whether the device has a D3 configuration.
StorportQueryConfigurationMax
First illegal configuration value; do not use.

Requirements

Requirement Value
Header storport.h

See also

StorPortQueryConfiguration