D3DKMT_DRIVER_DESCRIPTION - NtDoc

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

typedef struct _D3DKMT_DRIVER_DESCRIPTION {
        WCHAR DriverDescription[4096];
} D3DKMT_DRIVER_DESCRIPTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_driver_description)

D3DKMT_DRIVER_DESCRIPTION structure

Description

Describes the kernel mode display driver.

Members

DriverDescription [out]

Pointer to a string of characters that represent the driver description.

Remarks

See also