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 |