D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_checkmultiplaneoverlaysupport)

D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT structure

This structure has been replaced by D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3.

Description

Check for multiplane overlay support.

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.

See also

D3DKMTCheckMultiPlaneOverlaySupport