Rediger

Del via


D3DKMT_DRIVERCAPS_EXT structure (d3dkmdt.h)

The D3DKMT_DRIVERCAPS_EXT structure describes the extended capabilities of the display miniport driver (KMD).

Syntax

typedef struct _D3DKMT_DRIVERCAPS_EXT {
  union {
    struct {
      UINT VirtualModeSupport : 1;
      UINT Usb4MonitorSupport : 1;
      UINT Reserved : 30;
    };
    UINT Value;
  };
} D3DKMT_DRIVERCAPS_EXT;

Members

VirtualModeSupport

The driver supports virtual mode.

Usb4MonitorSupport

The driver supports monitors connected via USB4.

Reserved

Reserved for future use.

Value

An alternative way to access the capability bits.

Requirements

Requirement Value
Minimum supported client Windows 10 (WDDM 2.0)
Header d3dkmdt.h

See also

D3DKMTQueryAdapterInfo