// 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 referenceNo description available.
Specifies info about a multiplane overlay allocation.
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.