DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH structure (d3dkmddi.h)

The DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH structure contains a D3DKMDT_VIDPN_PRESENT_PATH structure, which contains arguments for the DxgkDdiUpdateActiveVidPnPresentPath function.

Syntax

typedef struct _DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH {
  IN D3DKMDT_VIDPN_PRESENT_PATH VidPnPresentPathInfo;
} DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH;

Members

VidPnPresentPathInfo

A D3DKMDT_VIDPN_PRESENT_PATH structure that contains the arguments required by DxgkDdiUpdateActiveVidPnPresentPath.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmddi.h (include D3dkmddi.h)

See also

DxgkDdiUpdateActiveVidPnPresentPath