D3DDDIARG_UPDATEOVERLAY - NtDoc

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

typedef struct _D3DDDIARG_UPDATEOVERLAY {
  [in] HANDLE             hOverlay;
  [in] D3DDDI_OVERLAYINFO OverlayInfo;
} D3DDDIARG_UPDATEOVERLAY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_updateoverlay)

_D3DDDIARG_UPDATEOVERLAY structure

Description

The D3DDDIARG_UPDATEOVERLAY structure describes an overlay to modify.

Members

hOverlay [in]

A handle to the overlay to modify.

OverlayInfo [in]

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

See also

D3DDDI_OVERLAYINFO

UpdateOverlay