DXVADDI_PRIVATEDATA - NtDoc

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

typedef struct _DXVADDI_PRIVATEDATA {
  [in] VOID *pData;
  [in] UINT DataSize;
} DXVADDI_PRIVATEDATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXVADDI_PRIVATEDATA structure

Description

The DXVADDI_PRIVATEDATA structure encapsulates private data for a DirectX Video Acceleration (DXVA) extension device.

Members

pData [in]

A pointer to a buffer that contains private, driver-defined data for the extension device.

DataSize [in]

The size, in bytes, of the buffer that is pointed to by pData.

Remarks

For more information, see Extended Support for DirectX VA 2.0.

See also

CreateExtensionDevice

D3DDDIARG_CREATEEXTENSIONDEVICE

DecodeExtensionExecute

D3DDDIARG_DECODEEXTENSIONEXECUTE

ExtensionExecute

D3DDDIARG_EXTENSIONEXECUTE