// d3dkmddi.h
typedef struct _DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH {
IN D3DKMDT_VIDPN_PRESENT_PATH VidPnPresentPathInfo;
} DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH structure contains a D3DKMDT_VIDPN_PRESENT_PATH structure, which contains arguments for the DxgkDdiUpdateActiveVidPnPresentPath function.
VidPnPresentPathInfoA D3DKMDT_VIDPN_PRESENT_PATH structure that contains the arguments required by DxgkDdiUpdateActiveVidPnPresentPath.
DxgkDdiUpdateActiveVidPnPresentPath