// d3dumddi.h
PFND3DDDI_DXVAHD_GETVIDEOPROCESSBLTSTATEPRIVATE Pfnd3dddiDxvahdGetvideoprocessbltstateprivate;
HRESULT Pfnd3dddiDxvahdGetvideoprocessbltstateprivate(
HANDLE unnamedParam1,
D3DDDIARG_DXVAHD_GETVIDEOPROCESSBLTSTATEPRIVATE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The GetVideoProcessBltStatePrivate function retrieves the state data of a private bit-block transfer (bitblt) for a video processor.
unnamedParam1unnamedParam2hDevice [in]
A handle to the display device (graphics context).
pData [in, out]
A pointer to a D3DDDIARG_DXVAHD_GETVIDEOPROCESSBLTSTATEPRIVATE structure that describes the private bitblt state data to retrieve.
The GetVideoProcessBltStatePrivate function returns one of the following values:
| Return code | Description |
|---|---|
| S_OK | The bitblt state data is successfully retrieved. |
| E_OUTOFMEMORY | GetVideoProcessBltStatePrivate could not allocate the required memory for it to complete. |
D3DDDIARG_DXVAHD_GETVIDEOPROCESSBLTSTATEPRIVATE