Condividi tramite


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 MonitorStatusConnected o MonitorStatusDisconnected è correlato a un commutatore di visualizzazione automatico. Questo flag deve essere usato solo durante una sequenza di commutazione di visualizzazione automatica e non per altri scopi. Per altre informazioni, vedere commutatore di visualizzazione automatico.

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

Vedere anche

DXGK_CONNECTION_CHANGE

DxgiddiQueryConnectionChange