DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH {
  IN D3DKMDT_VIDPN_PRESENT_PATH VidPnPresentPathInfo;
} DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_updateactivevidpnpresentpath)

_DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH structure

Description

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

Members

VidPnPresentPathInfo

A D3DKMDT_VIDPN_PRESENT_PATH structure that contains the arguments required by DxgkDdiUpdateActiveVidPnPresentPath.

See also

DxgkDdiUpdateActiveVidPnPresentPath