D3DDDIARG_GETOVERLAYCOLORCONTROLS - NtDoc

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

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

NtDoc

No description available.

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

_D3DDDIARG_GETOVERLAYCOLORCONTROLS structure

Description

The D3DDDIARG_GETOVERLAYCOLORCONTROLS structure describes the parameters for retrieving an overlay's color-control settings.

Members

hOverlay [in]

A handle to the overlay that GetOverlayColorControls retrieves color-control settings for.

hResource [in]

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

ColorControls [out]

A D3DDDI_OVERLAYCOLORCONTROLS structure that GetOverlayColorControls populates with color-control settings.

See also

D3DDDI_OVERLAYCOLORCONTROLS

GetOverlayColorControls