Microsoft DirectX 9.0 |
The GetBackgroundClr method gets the current background color on the output rectangle.
Syntax
HRESULT GetBackgroundClr(
COLORREF* lpClrBkg
);
Parameters
lpClrBkg
[in] Address of a variable that receives the background color.
Return Values
The method returns an HRESULT. Possible values include those in the following table.
Value | Description |
S_OK | The method succeeded. |
See Also