DXGI_DDI_ARG_GETMULTIPLANEOVERLAYGROUPCAPS structure (dxgiddi.h)

Used in a call to the pfnGetMultiplaneOverlayGroupCaps function to get a group of overlay plane capabilities.

Syntax

typedef struct _DXGI_DDI_ARG_GETMULTIPLANEOVERLAYGROUPCAPS {
  [in]  DXGI_DDI_HDEVICE                       hDevice;
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID         VidPnSourceId;
  [in]  UINT                                   GroupIndex;
  [out] DXGI_DDI_MULTIPLANE_OVERLAY_GROUP_CAPS MultiplaneOverlayGroupCaps;
} DXGI_DDI_ARG_GETMULTIPLANEOVERLAYGROUPCAPS;

Members

[in] hDevice

A handle to the display device (graphics context) for which overlay plane capabilities are needed.

The Direct3D runtime passed this handle to the driver in the hDrvDevice member of the D3D10DDIARG_CREATEDEVICE structure when it created the device by calling the CreateDevice(D3D10) routine.

[in] VidPnSourceId

The zero-based video present network (VidPN) source identification number of the input for which the capabilities are queried.

[in] GroupIndex

The index of the overlay capability group for which capabilities are queried. This value is always between zero and (DXGI_DDI_MULTIPLANE_OVERLAY_CAPS.NumCapabilityGroups – 1).

[out] MultiplaneOverlayGroupCaps

The overlay plane capabilities for the requested capability group, given as a DXGI_DDI_MULTIPLANE_OVERLAY_GROUP_CAPS structure.

Requirements

Requirement Value
Minimum supported client Windows 8.1
Minimum supported server Windows Server 2012 R2
Header dxgiddi.h (include D3d10umddi.h)

See also

CreateDevice(D3D10)

D3D10DDIARG_CREATEDEVICE

DXGI_DDI_MULTIPLANE_OVERLAY_CAPS

DXGI_DDI_MULTIPLANE_OVERLAY_GROUP_CAPS

pfnGetMultiplaneOverlayGroupCaps