DXGK_CONNECTION_MONITOR_CONNECT_FLAGS struttura (d3dkmddi.h)
La struttura DXGK_CONNECTION_MONITOR_CONNECT_FLAGS specifica i flag per il monitoraggio connesso.
Sintassi
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;
Members
Usb4DisplayPortMonitor
Il monitor è un monitor connesso USB4. Per altre informazioni, vedere Supporto dei monitor DisplayPort tramite USB4 in KMD .
DisplayMuxConnectionChange
Reserved
Riservati; non usare.
Value
Può essere usato per accedere ai campi di bit precedenti.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 (WDDM 3.0) |
Intestazione | d3dkmddi.h |