// 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 referenceNo description available.
Describes a surface to display.
hSurface [in]A handle to the resource that contains the surface.
SubResourceIndexThe zero-based index into the resource, which the handle in the hSurface member specifies. The SubResourceIndex index indicates the surface.