Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the WDDM version that is supported by the driver after the call to DxgkDdiAddDevice, and before the call to DxgkDdiStartDevice.
Syntax
typedef struct _DXGK_WDDMDEVICECAPSIN {
ULONG DxgkrnlInterfaceVersion;
} DXGK_WDDMDEVICECAPSIN;
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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1903 |
| Header | d3dkmddi.h |