// d3dumddi.h
PFND3DDDI_VIDEOPROCESSBLT Pfnd3dddiVideoprocessblt;
HRESULT Pfnd3dddiVideoprocessblt(
HANDLE hDevice,
const D3DDDIARG_VIDEOPROCESSBLT *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The VideoProcessBlt function processes a video frame by using the specified Microsoft DirectX Video Accelerator (VA) video processing device.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in]
A pointer to a D3DDDIARG_VIDEOPROCESSBLT structure that describes the DirectX VA video processing operation to perform.
VideoProcessBlt returns one of the following values:
| Return code | Description |
|---|---|
| S_OK | The DirectX VA video processing operation is successfully performed. |
| E_OUTOFMEMORY | VideoProcessBlt could not allocate the required memory for it to complete. |