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