DXGI_DDI_ARG_PRESENTSURFACE - NtDoc

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

typedef struct DXGI_DDI_ARG_PRESENTSURFACE {
  [in] DXGI_DDI_HRESOURCE hSurface;
       UINT               SubResourceIndex;
} DXGI_DDI_ARG_PRESENTSURFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dxgiddi-dxgi_ddi_arg_presentsurface)

DXGI_DDI_ARG_PRESENTSURFACE structure

Description

Describes a surface to display.

Members

hSurface [in]

A handle to the resource that contains the surface.

SubResourceIndex

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