// d3dkmddi.h
typedef struct _DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE {
HANDLE hAllocation;
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
UINT LayerIndex;
DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES2 PlaneAttributes;
} DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE;
View the official Windows Driver Kit DDI referenceNo description available.
[!NOTE] This structure has been replaced by DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE2.
DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE
Describes the multi-plane overlay plane attributes, allocation, and video present network source identification number.
hAllocationA handle to the allocation.
VidPnSourceIdThe zero-based video present network source identification number of the input for which the support levels are queried.
LayerIndexThe index of the layer being queried.
PlaneAttributesA DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES2 structure that specifies overlay plane attributes.
DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES2