// d3dkmddi.h
typedef struct _DXGK_PRESENTMULTIPLANEOVERLAYINFO {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[in] UINT PlaneListCount;
[in] DXGK_PRESENTMULTIPLANEOVERLAYLIST *pPlaneList;
} DXGK_PRESENTMULTIPLANEOVERLAYINFO;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies info on a VidPN input and an overlay plane to display.
VidPnSourceId [in]The zero-based video present network (VidPN) source identification number of the input that is to be displayed.
PlaneListCount [in]The number of overlay planes that are available to display.
pPlaneList [in]A pointer to a structure of type DXGK_PRESENTMULTIPLANEOVERLAYLIST that describes the overlay plane to display.
DXGK_PRESENTMULTIPLANEOVERLAYLIST