// d3dumddi.h
PFND3DDDI_DXVAHD_SETVIDEOPROCESSBLTSTATE Pfnd3dddiDxvahdSetvideoprocessbltstate;
HRESULT Pfnd3dddiDxvahdSetvideoprocessbltstate(
HANDLE unnamedParam1,
const D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The SetVideoProcessBltState function sets the state of a bit-block transfer (bitblt) for a video processor.
unnamedParam1unnamedParam2hDevice [in]
A handle to the display device (graphics context).
pData [in]
A pointer to a D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE structure that describes how to change the bitblt state.
SetVideoProcessBltState returns one of the following values:
| Return code | Description |
|---|---|
| S_OK | The bitblt state is successfully set. |
| E_OUTOFMEMORY | SetVideoProcessBltState could not allocate the required memory for it to complete. |
D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE