// 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 referenceNo description available.
The D3DDDIARG_SETOVERLAYCOLORCONTROLS structure describes the parameters for changing an overlay's color-control settings.
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.