DXGKARG_UPDATEOVERLAY - NtDoc

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

typedef struct _DXGKARG_UPDATEOVERLAY {
  [in] DXGK_OVERLAYINFO OverlayInfo;
} DXGKARG_UPDATEOVERLAY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_UPDATEOVERLAY structure

Description

The DXGKARG_UPDATEOVERLAY structure describes parameters for modifying an overlay.

Members

OverlayInfo [in]

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

See also

DXGK_OVERLAYINFO

DxgkDdiUpdateOverlay