DXGKARG_QUERYCONNECTIONCHANGE struttura (d3dkmddi.h)

Una struttura DXGKARG_QUERYCONNECTIONCHANGE contiene gli argomenti per DXGKDDI_QUERYCONNECTIONCHANGE.

Sintassi

typedef struct _DXGKARG_QUERYCONNECTIONCHANGE {
  DXGK_CONNECTION_CHANGE    ConnectionChange;
  DXGK_CONNECTION_USB4_INFO Usb4MonitorInfo;
} DXGKARG_QUERYCONNECTIONCHANGE;

Members

ConnectionChange

[out] Struttura DXGK_CONNECTION_CHANGE in cui il driver copia la modifica della connessione disponibile meno recente.

Usb4MonitorInfo

[out] Struttura del sistema operativo allocata DXGK_CONNECTION_USB4_INFO che il driver deve completare se MonitorConnectFlags.Usb4DisplayPortMonitor è stato impostato. Disponibile a partire da Windows 11 (WDDM 3.0). Per altre informazioni, vedere Supporto dei monitor DisplayPort tramite USB4 in KMD .

Requisiti

Requisito Valore
Intestazione d3dkmddi.h

Vedi anche

DXGKDDI_QUERYCONNECTIONCHANGE