// d3dkmthk.h
typedef struct _D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 {
UINT LayerIndex;
D3DKMT_HANDLE hResource;
LUID CompSurfaceLuid;
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2 PlaneAttributes;
} D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2;
View the official Windows Driver Kit DDI referenceNo description available.
[!NOTE] This structure has been replaced by D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3.
Check multiplane overlay plane.
LayerIndexThe layer index.
hResourceHandle for this resource in this process.
CompSurfaceLuidThe component surface LUID (locally unique identifier).
VidPnSourceIdThe zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the monitor is connected to.
PlaneAttributesPointer to a D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2 structure that contains the plane attributes.