struttura DXGK_CONNECTION_MONITOR_CONNECT_FLAGS (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;
Membri
Usb4DisplayPortMonitor
Il monitor è un monitor connesso USB4. Per altre informazioni, vedere Supportare i monitor DisplayPort tramite USB4 in KMD.
DisplayMuxConnectionChange
Lo stato di connessione
Reserved
Riservato; non usare.
Value
Un modo alternativo per accedere ai flag.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 11 (WDDM 3.0) |
intestazione |
d3dkmddi.h |