D3DDDIARG_UPDATEOVERLAY structure (d3dumddi.h)

The D3DDDIARG_UPDATEOVERLAY structure describes an overlay to modify.

Syntax

typedef struct _D3DDDIARG_UPDATEOVERLAY {
  [in] HANDLE             hOverlay;
  [in] D3DDDI_OVERLAYINFO OverlayInfo;
} D3DDDIARG_UPDATEOVERLAY;

Members

[in] hOverlay

A handle to the overlay to modify.

[in] OverlayInfo

A pointer to the D3DDDI_OVERLAYINFO structure that describes the modification for the overlay.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

D3DDDI_OVERLAYINFO

UpdateOverlay