// d3dumddi.h
PFND3DDDI_VIDEOPROCESSENDFRAME Pfnd3dddiVideoprocessendframe;
HRESULT Pfnd3dddiVideoprocessendframe(
HANDLE hDevice,
D3DDDIARG_VIDEOPROCESSENDFRAME *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The VideoProcessEndFrame function notifies the user-mode display driver that all of the data that is required to process the current frame was submitted.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in, out]
A pointer to a D3DDDIARG_VIDEOPROCESSENDFRAME structure that describes the DirectX VA video processor that should stop processing a frame.
VideoProcessEndFrame returns one of the following values:
| Return code | Description |
|---|---|
| S_OK | Processing of the current frame is successfully completed. |
| E_OUTOFMEMORY | VideoProcessEndFrame cannot allocate memory required for it to complete. |
The VideoProcessEndFrame function notifies the user-mode display driver that its VideoProcessBlt function can no longer be called on the specified video processing device.
D3DDDIARG_VIDEOPROCESSENDFRAME