// 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 referenceNo description available.
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.
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.