// d3dkmthk.h
typedef struct _D3DKMT_DRIVER_DESCRIPTION {
WCHAR DriverDescription[4096];
} D3DKMT_DRIVER_DESCRIPTION;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the kernel mode display driver.
DriverDescription [out]Pointer to a string of characters that represent the driver description.