D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT structure (d3dkmthk.h)

Check for multiplane overlay support.

Syntax

typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT {
  D3DKMT_HANDLE                                       hDevice;
  UINT                                                PlaneCount;
  void                                                D3DKMT_PTR(
    D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE *unnamedParam1,
    pOverlayPlanes                        unnamedParam2
  );
  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.

void D3DKMT_PTR( D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE *unnamedParam1, pOverlayPlanes unnamedParam2)

Supported

Indicates support.

ReturnInfo

The return info.

Requirements

Requirement Value
Header d3dkmthk.h

See also

D3DKMTCheckMultiPlaneOverlaySupport