D3DKMT_PNP_KEY_TYPE - NtDoc

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

typedef enum _D3DKMT_PNP_KEY_TYPE {
  D3DKMT_PNP_KEY_HARDWARE,
  D3DKMT_PNP_KEY_SOFTWARE
} D3DKMT_PNP_KEY_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-_d3dkmt_pnp_key_type)

D3DKMT_PNP_KEY_TYPE enumeration

Description

The D3DKMT_PNP_KEY_TYPE enumeration indicates the type of PNP key.

Constants

D3DKMT_PNP_KEY_HARDWARE

Indicathe key is a hardware key..

D3DKMT_PNP_KEY_SOFTWARE

Indicates that the key is a software key.

See also

D3DKMT_QUERY_PHYSICAL_ADAPTER_PNP_KEY