DXGIDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO - NtDoc

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

typedef struct DXGIDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO {
  [in] D3DKMT_HANDLE PresentAllocation;
  [in] UINT          SubResourceIndex;
} DXGIDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGIDDI_MULTIPLANE_OVERLAY_ALLOCATION_INFO structure

Description

Specifies info about a multiplane overlay allocation.

Members

PresentAllocation [in]

A handle to the multiplane overlay allocation.

SubResourceIndex [in]

The zero-based index into the resource which the handle in the PresentAllocation member specifies. This index indicates the display surface.