// d3dkmthk.h
typedef struct D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE {
D3DKMT_HANDLE hResource;
LUID CompSurfaceLuid;
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES PlaneAttributes;
} D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE;
View the official Windows Driver Kit DDI referenceNo description available.
Structure to check multiplane overlay plane.
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.
PlaneAttributesA structure that contains the plane attributes.