D3DDDIARG_DXVAHD_GETVIDEOPROCESSBLTSTATEPRIVATE - NtDoc

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

typedef struct _D3DDDIARG_DXVAHD_GETVIDEOPROCESSBLTSTATEPRIVATE {
  [in]     HANDLE                           hVideoProcessor;
  [in/out] DXVAHDDDI_BLT_STATE_PRIVATE_DATA *pData;
} D3DDDIARG_DXVAHD_GETVIDEOPROCESSBLTSTATEPRIVATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_DXVAHD_GETVIDEOPROCESSBLTSTATEPRIVATE structure

Description

The D3DDDIARG_DXVAHD_GETVIDEOPROCESSBLTSTATEPRIVATE structure describes the private bit-block transfer (bitblt) state of the video processor to retrieve.

Members

hVideoProcessor [in]

A handle to the video processor whose private bitblt state the runtime requests.

pData [in/out]

A pointer to DXVAHDDDI_BLT_STATE_PRIVATE_DATA structure that identifies the private bitblt state to retrieve. The driver uses DXVAHDDDI_BLT_STATE_PRIVATE_DATA to return the private bitblt data.

See also

DXVAHDDDI_BLT_STATE_PRIVATE_DATA

GetVideoProcessBltStatePrivate