// d3dkmthk.h
typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT {
D3DKMT_HANDLE hDevice;
UINT PlaneCount;
D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE *pOverlayPlanes;
BOOL Supported;
D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
This structure has been replaced by D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3.
Check for multiplane overlay support.
hDeviceA handle to the device.
PlaneCountThe number of resources to pin.
pOverlayPlanesArray of pointers to overlay planes.
SupportedIndicates support.
ReturnInfoThe return info.
D3DKMTCheckMultiPlaneOverlaySupport