DXGKARG_CREATEOVERLAY - NtDoc

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

typedef struct _DXGKARG_CREATEOVERLAY {
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in]  DXGK_OVERLAYINFO               OverlayInfo;
  [out] HANDLE                         hOverlay;
} DXGKARG_CREATEOVERLAY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_CREATEOVERLAY structure

Description

The DXGKARG_CREATEOVERLAY structure describes parameters to create an overlay.

Members

VidPnSourceId [in]

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the overlay is displayed on.

OverlayInfo [in]

A DXGK_OVERLAYINFO structure that contains parameters that are required to create the overlay.

hOverlay [out]

A handle to the newly created overlay.

See also

DXGK_OVERLAYINFO

DxgkDdiCreateOverlay