Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SetVideoProcessBltState function sets the state of a bit-block transfer (bitblt) for a video processor.
Syntax
PFND3DDDI_DXVAHD_SETVIDEOPROCESSBLTSTATE Pfnd3dddiDxvahdSetvideoprocessbltstate;
HRESULT Pfnd3dddiDxvahdSetvideoprocessbltstate(
HANDLE unnamedParam1,
const D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE *unnamedParam2
)
{...}
Parameters
unnamedParam1
unnamedParam2
hDevice [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.
Return value
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. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | SetVideoProcessBltState is supported beginning with the Windows 7 operating system. |
Target Platform | Desktop |
Header | d3dumddi.h (include D3dumddi.h) |