D3DDDIARG_SETOVERLAYCOLORCONTROLS structure (d3dumddi.h)
The D3DDDIARG_SETOVERLAYCOLORCONTROLS structure describes the parameters for changing an overlay's color-control settings.
Syntax
typedef struct _D3DDDIARG_SETOVERLAYCOLORCONTROLS {
[in] HANDLE hOverlay;
[in] HANDLE hResource;
[in] D3DDDI_OVERLAYCOLORCONTROLS ColorControls;
} D3DDDIARG_SETOVERLAYCOLORCONTROLS;
Members
[in] hOverlay
A handle to the overlay that SetOverlayColorControls changes color-control settings for.
[in] hResource
A handle to the resource that is associated with the overlay that hOverlay specifies.
[in] ColorControls
A D3DDDI_OVERLAYCOLORCONTROLS structure that contains color-control settings.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dumddi.h (include D3dumddi.h) |