D3DDDIARG_GETOVERLAYCOLORCONTROLS structure (d3dumddi.h)
The D3DDDIARG_GETOVERLAYCOLORCONTROLS structure describes the parameters for retrieving an overlay's color-control settings.
Syntax
typedef struct _D3DDDIARG_GETOVERLAYCOLORCONTROLS {
[in] HANDLE hOverlay;
[in] HANDLE hResource;
[out] D3DDDI_OVERLAYCOLORCONTROLS ColorControls;
} D3DDDIARG_GETOVERLAYCOLORCONTROLS;
Members
[in] hOverlay
A handle to the overlay that GetOverlayColorControls retrieves color-control settings for.
[in] hResource
A handle to the resource that is associated with the overlay that hOverlay specifies.
[out] ColorControls
A D3DDDI_OVERLAYCOLORCONTROLS structure that GetOverlayColorControls populates with 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) |