DXGK_WDDMDEVICECAPS structure (d3dkmddi.h)

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

Syntax

typedef struct _DXGK_WDDMDEVICECAPS {
  DXGK_WDDMVERSION WDDMVersion;
} DXGK_WDDMDEVICECAPS;

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.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header d3dkmddi.h