D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 {
  D3DKMT_HANDLE                                       hAdapter;
  D3DKMT_HANDLE                                       hDevice;
  UINT                                                PlaneCount;
  D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2              *pOverlayPlanes;
  BOOL                                                Supported;
  D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 structure

Description

The D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 structure is passed to D3DKMTCheckMultiPlaneOverlaySupport2 to check for multiplane overlay support.

Members

hAdapter

[in] A handle to the graphics adapter.

hDevice

[in] A handle to the device.

PlaneCount

[in] The number of overlay planes that pOverlayPlanes points to.

pOverlayPlanes

[in] Pointer to an array of D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 structures that describe the overlay planes.

Supported

[out] Boolean value that indicates support.

ReturnInfo

[out] A D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO structure in which details are returned when Supported is FALSE.

See also

D3DKMTCheckMultiPlaneOverlaySupport2