DXGK_WDDMDEVICECAPS - NtDoc

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

typedef struct _DXGK_WDDMDEVICECAPS {
  DXGK_WDDMVERSION WDDMVersion;
} DXGK_WDDMDEVICECAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_wddmdevicecaps)

DXGK_WDDMDEVICECAPS structure

Description

The DXGK_WDDMDEVICECAPS structure identifies the kernel-mode driver's WDDM capabilities.

Members

WDDMVersion

The capabilities of a display miniport driver that the driver provides through a call to its DxgkDdiQueryAdapterInfo function. This value is the same as the WDDMVersion value in DXGK_DRIVERCAPS structure.

Remarks

A kernel-mode driver returns its WDDM capabilities in this structure, in response to a DxgkDdiQueryAdapterInfo request for a DXGK_QUERYADAPTERINFOTYPE value of type DXGKQAITYPE_WDDMDEVICECAPS.

The OS queries for these capabilities during device initialization, after DxgkDdiAddDevice returns but before DxgkDdiStartDevice is called.