D3DDDIARG_PRESENTSURFACE - NtDoc

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

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

NtDoc

No description available.

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

D3DDDIARG_PRESENTSURFACE structure

Description

Describes a surface to display.

Members

hResource [in]

A handle to the resource that contains the surface. hResource can be NULL if the user-mode display driver should perform a color-fill operation to the screen.

SubResourceIndex [in]

The zero-based index into the resource, which is specified by the handle in the hResource member. This index indicates the subresource or surface to display.

See also

Present