DXGKARG_UPDATEOVERLAY structure (d3dkmddi.h)

The DXGKARG_UPDATEOVERLAY structure describes parameters for modifying an overlay.

Syntax

typedef struct _DXGKARG_UPDATEOVERLAY {
  [in] DXGK_OVERLAYINFO OverlayInfo;
} DXGKARG_UPDATEOVERLAY;

Members

[in] OverlayInfo

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

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmddi.h (include D3dkmddi.h)

See also

DXGK_OVERLAYINFO

DxgkDdiUpdateOverlay