Compartir a través de


estructura DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH (d3dkmddi.h)

La estructura DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH contiene una estructura D3DKMDT_VIDPN_PRESENT_PATH , que contiene argumentos para la función DxgkDdiUpdateActiveVidPnPresentPath .

Sintaxis

typedef struct _DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH {
  IN D3DKMDT_VIDPN_PRESENT_PATH VidPnPresentPathInfo;
} DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH;

Miembros

VidPnPresentPathInfo

Estructura D3DKMDT_VIDPN_PRESENT_PATH que contiene los argumentos requeridos por DxgkDdiUpdateActiveVidPnPresentPath.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista
Encabezado d3dkmddi.h (incluye D3dkmddi.h)

Consulte también

DxgkDdiUpdateActiveVidPnPresentPath