// d3dumddi.h
PFND3DDDI_DXVAHD_DESTROYVIDEOPROCESSOR Pfnd3dddiDxvahdDestroyvideoprocessor;
HRESULT Pfnd3dddiDxvahdDestroyvideoprocessor(
HANDLE unnamedParam1,
HANDLE unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The DestroyVideoProcessor function releases resources for a Microsoft DirectX Video Acceleration (VA) video processor.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2hVideoProcessor [in]
A handle to the DirectX VA video processor that the CreateVideoProcessor function creates.
DestroyVideoProcessor should return S_OK or an appropriate error result if it cannot successfully release resources for the DirectX VA video processor.
The DestroyVideoProcessor function notifies the driver to destroy the handle to the DirectX VA video processor that the CreateVideoProcessor function previously created. The driver can then release resources that are associated with the DirectX VA video processor handle.