Condividi tramite


struttura DXGKARG_ISSUPPORTEDVIDPN (d3dkmddi.h)

La struttura DXGKARG_ISSUPPORTEDVIDPN contiene argomenti per la funzione DxgkDdiIsSupportedVidPn. La funzione dxgkDdiIsSupportedVidPn determina se una rete video presente (VidPN) specificata è supportata in una scheda di visualizzazione.

Sintassi

typedef struct _DXGKARG_ISSUPPORTEDVIDPN {
  IN D3DKMDT_HVIDPN hDesiredVidPn;
  OUT BOOLEAN       IsVidPnSupported;
} DXGKARG_ISSUPPORTEDVIDPN;

Membri

hDesiredVidPn

Handle per l'oggetto VidPN in questione.

IsVidPnSupported

Variabile booleana che riceve true se vidPN è supportato e false se vidPN non è supportato.

Fabbisogno

Requisito Valore
client minimo supportato Windows Vista
intestazione d3dkmddi.h (include D3dkmddi.h)

Vedere anche

DxgkDdiIsSupportedVidPn