Compartilhar via


estrutura DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH (d3dkmddi.h)

A estrutura DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH contém uma estrutura D3DKMDT_VIDPN_PRESENT_PATH, que contém argumentos para a função DxgkDdiUpdateActiveVidPnPresentPath.

Sintaxe

typedef struct _DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH {
  IN D3DKMDT_VIDPN_PRESENT_PATH VidPnPresentPathInfo;
} DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH;

Membros

VidPnPresentPathInfo

Uma estrutura D3DKMDT_VIDPN_PRESENT_PATH que contém os argumentos exigidos por DxgkDdiUpdateActiveVidPnPresentPath .

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows Vista
cabeçalho d3dkmddi.h (inclua D3dkmddi.h)

Consulte também

DxgkDdiUpdateActiveVidPnPresentPath