// 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 referenceNo description available.
The D3DKMT_PNP_KEY_TYPE enumeration indicates the type of PNP key.
D3DKMT_PNP_KEY_HARDWAREIndicathe key is a hardware key..
D3DKMT_PNP_KEY_SOFTWAREIndicates that the key is a software key.
D3DKMT_QUERY_PHYSICAL_ADAPTER_PNP_KEY