D3DDDIARG_SETVIDEOPROCESSRENDERTARGET - NtDoc

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

typedef struct _D3DDDIARG_SETVIDEOPROCESSRENDERTARGET {
  [in] HANDLE hVideoProcess;
  [in] HANDLE hRenderTarget;
  [in] UINT   SubResourceIndex;
} D3DDDIARG_SETVIDEOPROCESSRENDERTARGET;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_setvideoprocessrendertarget)

_D3DDDIARG_SETVIDEOPROCESSRENDERTARGET structure

Description

The D3DDDIARG_SETVIDEOPROCESSRENDERTARGET structure describes the render target surface for video processing.

Members

hVideoProcess [in]

A handle to the Microsoft DirectX Video Acceleration (DirectX VA) video processing device. The user-mode display driver returns this handle in a call to its CreateVideoProcessDevice function.

hRenderTarget [in]

A handle to the render target surface for video processing.

SubResourceIndex [in]

An index into the resource for the render target surface.

See also

CreateVideoProcessDevice

SetVideoProcessRenderTarget