DXGK_CONNECTION_MONITOR_CONNECT_FLAGS 结构 (d3dkmddi.h)
DXGK_CONNECTION_MONITOR_CONNECT_FLAGS 结构指定连接的监视器的标志。
语法
typedef struct _DXGK_CONNECTION_MONITOR_CONNECT_FLAGS {
union {
struct {
UINT Usb4DisplayPortMonitor : 1;
UINT DisplayMuxConnectionChange : 1;
#if ...
UINT Reserved : 30;
#else
UINT Reserved : 31;
#endif
};
UINT Value;
};
} DXGK_CONNECTION_MONITOR_CONNECT_FLAGS;
成员
Usb4DisplayPortMonitor
监视器是连接 USB4 的监视器。 有关详细信息 ,请参阅在 KMD 中通过 USB4 支持 DisplayPort 监视器 。
DisplayMuxConnectionChange
Reserved
保留值;请勿使用。
Value
可用于访问上述位字段。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 11 (WDDM 3.0) |
标头 | d3dkmddi.h |