DXGK_CONNECTION_MONITOR_CONNECT_FLAGS structure (d3dkmddi.h)

The DXGK_CONNECTION_MONITOR_CONNECT_FLAGS structure specifies flags for the connected monitor.

Syntax

typedef struct _DXGK_CONNECTION_MONITOR_CONNECT_FLAGS {
  union {
    struct {
      UINT Usb4DisplayPortMonitor : 1;
      UINT Reserved : 31;
    };
    UINT Value;
  };
} DXGK_CONNECTION_MONITOR_CONNECT_FLAGS;

Members

Usb4DisplayPortMonitor

The monitor is a USB4 connected monitor. See Supporting DisplayPort monitors over USB4 in KMD for more information.

Reserved

Reserved; do not use.

Value

Can be used to access the above bit fields.

Requirements

Requirement Value
Minimum supported client Windows 11 (WDDM 3.0)
Header d3dkmddi.h

See also

DXGK_CONNECTION_CHANGE

DXGKDDI_QUERYCONNECTIONCHANGE