D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 structure (d3dkmthk.h)

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

Syntax

typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 {
  D3DKMT_HANDLE                                       hAdapter;
  D3DKMT_HANDLE                                       hDevice;
  UINT                                                PlaneCount;
  void                                                D3DKMT_PTR(
    D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 *unnamedParam1,
    pOverlayPlanes                         unnamedParam2
  );
  BOOL                                                Supported;
  D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2;

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.

void D3DKMT_PTR( D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 *unnamedParam1, pOverlayPlanes unnamedParam2)

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.

Requirements

Requirement Value
Header d3dkmthk.h

See also

D3DKMTCheckMultiPlaneOverlaySupport2