// dxgiddi.h
typedef struct DXGIDDICB_PRESENT_MULTIPLANE_OVERLAY1 {
void *pDXGIContext;
DWORD PresentPlaneCount;
DXGIDDI_MULTIPLANE_OVERLAY_PLANE_INFO **ppPresentPlanes;
} DXGIDDICB_PRESENT_MULTIPLANE_OVERLAY1;
View the official Windows Driver Kit DDI referenceNo description available.
Describes multiplane overlay allocations, private driver data, and context information for each multiplane overlay plane.
pDXGIContextA handle to the DXGI context. This handle is opaque to the driver. The driver should assign the handle from the pDXGIContext member DXGI_DDI_ARG_PRESENTMULTIPLANEOVERLAY1 structure that the driver received in a call to its pfnPresentMultiplaneOverlay function to this member.
PresentPlaneCountThe number of planes in the array that the ppPresentPlanes member specifies.
ppPresentPlanesAn array of pointers to a structure of type DXGIDDI_MULTIPLANE_OVERLAY_PLANE_INFO that specify information about the multiplane overlay planes.