DXVAHDDDI_SURFACE - NtDoc

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

typedef struct _DXVAHDDDI_SURFACE {
  [in] HANDLE hResource;
  [in] UINT   SubResourceIndex;
} DXVAHDDDI_SURFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXVAHDDDI_SURFACE structure

Description

The DXVAHDDDI_SURFACE structure describes a surface.

Members

hResource [in]

A handle to the resource that contains the surface.

SubResourceIndex [in]

The zero-based index into the resource, which the handle in the hResource member specifies. The SubResourceIndex index indicates the surface.

Remarks

DXVAHDDDI_SURFACE structures are used to describe surfaces in members of the DXVAHDDDI_STREAM_DATA and D3DDDIARG_DXVAHD_VIDEOPROCESSBLTHD structures in a call to the driver's VideoProcessBltHD function.

See also

D3DDDIARG_DXVAHD_VIDEOPROCESSBLTHD

DXVAHDDDI_STREAM_DATA

VideoProcessBltHD