PFND3DDDI_DXVAHD_SETVIDEOPROCESSBLTSTATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

PFND3DDDI_DXVAHD_SETVIDEOPROCESSBLTSTATE Pfnd3dddiDxvahdSetvideoprocessbltstate;

HRESULT Pfnd3dddiDxvahdSetvideoprocessbltstate(
  HANDLE unnamedParam1,
  const D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_dxvahd_setvideoprocessbltstate)

PFND3DDDI_DXVAHD_SETVIDEOPROCESSBLTSTATE callback function

Description

The SetVideoProcessBltState function sets the state of a bit-block transfer (bitblt) for a video processor.

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.

See also

D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE