D3DDDIARG_SETOVERLAYCOLORCONTROLS - NtDoc

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

typedef struct _D3DDDIARG_SETOVERLAYCOLORCONTROLS {
  [in] HANDLE                      hOverlay;
  [in] HANDLE                      hResource;
  [in] D3DDDI_OVERLAYCOLORCONTROLS ColorControls;
} D3DDDIARG_SETOVERLAYCOLORCONTROLS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_SETOVERLAYCOLORCONTROLS structure

Description

The D3DDDIARG_SETOVERLAYCOLORCONTROLS structure describes the parameters for changing an overlay's color-control settings.

Members

hOverlay [in]

A handle to the overlay that SetOverlayColorControls changes color-control settings for.

hResource [in]

A handle to the resource that is associated with the overlay that hOverlay specifies.

ColorControls [in]

A D3DDDI_OVERLAYCOLORCONTROLS structure that contains color-control settings.

See also

D3DDDI_OVERLAYCOLORCONTROLS

SetOverlayColorControls