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.
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 |