D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE - NtDoc

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

typedef struct _D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE {
  [in] HANDLE              hVideoProcessor;
  [in] DXVAHDDDI_BLT_STATE State;
  [in] UINT                DataSize;
  [in] const VOID          *pData;
} D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_dxvahd_setvideoprocessbltstate)

_D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE structure

Description

The D3DDDIARG_DXVAHD_SETVIDEOPROCESSBLTSTATE structure describes the bit-block transfer (bitblt) state of the video processor to change and the data that is used to change the state.

Members

hVideoProcessor [in]

A handle to the video processor whose bitblt state is changed.

State [in]

A DXVAHDDDI_BLT_STATE-typed value that indicates the type of bitblt to set.

DataSize [in]

The size, in bytes, of the data that is used to change the bitblt state.

pData [in]

A pointer to the data that is used to change the bitblt state. For more information about the types of data that pData can point to, see the values of the DXVAHDDDI_BLT_STATE enumeration.

See also

DXVAHDDDI_BLT_STATE

SetVideoProcessBltState