estructura DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH (d3dkmddi.h)
La estructura DXGKARG_UPDATEACTIVEVIDPNPRESENTPATH contiene una estructura de 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 | Valor |
---|---|
cliente mínimo admitido | Windows Vista |
encabezado de | d3dkmddi.h (incluya D3dkmddi.h) |