DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH struttura (d3dkmddi.h)

La struttura DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH contiene una struttura D3DKMDT_VIDPN_PRESENT_PATH , che contiene argomenti per la funzione DxgkDdiUpdateActiveVidPnPresentPath .

Sintassi

typedef struct _DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH {
  IN D3DKMDT_VIDPN_PRESENT_PATH VidPnPresentPathInfo;
} DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH;

Members

VidPnPresentPathInfo

Struttura D3DKMDT_VIDPN_PRESENT_PATH che contiene gli argomenti richiesti da DxgkDdiUpdateActiveVidPresentPath.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Intestazione d3dkmddi.h (include D3dkmddi.h)

Vedi anche

DxgkDdiUpdateActiveVidPnPresentPath