D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT structure (d3dkmthk.h)
Check for multiplane overlay support.
Syntax
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;
Members
hDevice
A handle to the device.
PlaneCount
The number of resources to pin.
pOverlayPlanes
Array of pointers to overlay planes.
Supported
Indicates support.
ReturnInfo
The return info.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |