DXGI_DDI_ARG_GETMULTIPLANEOVERLAYCAPS - NtDoc

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

typedef struct _DXGI_DDI_ARG_GETMULTIPLANEOVERLAYCAPS {
  [in]  DXGI_DDI_HDEVICE                 hDevice;
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID   VidPnSourceId;
  [out] DXGI_DDI_MULTIPLANE_OVERLAY_CAPS MultiplaneOverlayCaps;
} DXGI_DDI_ARG_GETMULTIPLANEOVERLAYCAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dxgiddi-_dxgi_ddi_arg_getmultiplaneoverlaycaps)

_DXGI_DDI_ARG_GETMULTIPLANEOVERLAYCAPS structure

Description

Used in a call to the pfnGetMultiPlaneOverlayCaps function to get overlay plane capabilities.

Members

hDevice [in]

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.

VidPnSourceId [in]

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

MultiplaneOverlayCaps [out]

The overlay plane capabilities, given as a DXGI_DDI_MULTIPLANE_OVERLAY_CAPS structure.

See also

CreateDevice(D3D10)

D3D10DDIARG_CREATEDEVICE

DXGI_DDI_MULTIPLANE_OVERLAY_CAPS

pfnGetMultiPlaneOverlayCaps