D3DDDI_QUERYREGISTRY_TYPE enumeration (d3dukmdt.h)

These enumeration values indicate which data to retrieve through QueryAdapterInfo for KMTQAITYPE_QUERYREGISTRY.

Syntax

typedef enum _D3DDDI_QUERYREGISTRY_TYPE {
  D3DDDI_QUERYREGISTRY_SERVICEKEY,
  D3DDDI_QUERYREGISTRY_ADAPTERKEY,
  D3DDDI_QUERYREGISTRY_DRIVERSTOREPATH,
  D3DDDI_QUERYREGISTRY_DRIVERIMAGEPATH,
  D3DDDI_QUERYREGISTRY_MAX
} D3DDDI_QUERYREGISTRY_TYPE;

Constants

 
D3DDDI_QUERYREGISTRY_SERVICEKEY
This enumeration value indicates to retrieve registry data from the service hive.
See Introduction to Registry Keys for Drivers for more details, where it is referred to as the driver's Parameters key.
D3DDDI_QUERYREGISTRY_ADAPTERKEY
This enumeration value indicates to retrieve registry data from the adapter hive.
See Introduction to Registry Keys for Drivers for more details, where it is referred to as the driver's Software key.
D3DDDI_QUERYREGISTRY_DRIVERSTOREPATH
This enumeration value retrieves the driver store path for the adapter.
D3DDDI_QUERYREGISTRY_DRIVERIMAGEPATH
This enumeration value retrieves the driver image path, which includes the driver name associated with DriverEntry.
D3DDDI_QUERYREGISTRY_MAX
This enum value is invalid to use, and merely exists to simplify maintaining the implementation.

Requirements

Requirement Value
Header d3dukmdt.h

See also