DXGK_WDDMDEVICECAPSIN - NtDoc

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

typedef struct _DXGK_WDDMDEVICECAPSIN {
  ULONG DxgkrnlInterfaceVersion;
} DXGK_WDDMDEVICECAPSIN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGK_WDDMDEVICECAPSIN structure

Description

Contains the WDDM version that is supported by the driver after the call to DxgkDdiAddDevice, and before the call to DxgkDdiStartDevice.

Members

DxgkrnlInterfaceVersion

Indicates the version of the functional interface implemented by the display port driver. This value is the same value as the Version member of the DXGKRNL_INTERFACE structure that was passed to DxgkDdiStartDevice.

See the IS_OFFICIAL_DDI_INTERFACE_VERSION macro for a list of available values.

Remarks

See also