DXGK_PRESENTMULTIPLANEOVERLAYINFO - NtDoc

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

typedef struct _DXGK_PRESENTMULTIPLANEOVERLAYINFO {
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID    VidPnSourceId;
  [in] UINT                              PlaneListCount;
  [in] DXGK_PRESENTMULTIPLANEOVERLAYLIST *pPlaneList;
} DXGK_PRESENTMULTIPLANEOVERLAYINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_presentmultiplaneoverlayinfo)

_DXGK_PRESENTMULTIPLANEOVERLAYINFO structure

Description

Specifies info on a VidPN input and an overlay plane to display.

Members

VidPnSourceId [in]

The zero-based video present network (VidPN) source identification number of the input that is to be displayed.

PlaneListCount [in]

The number of overlay planes that are available to display.

pPlaneList [in]

A pointer to a structure of type DXGK_PRESENTMULTIPLANEOVERLAYLIST that describes the overlay plane to display.

See also

DXGK_PRESENTMULTIPLANEOVERLAYLIST