GetDCBrushColor function
Applies to: desktop apps only
The GetDCBrushColor function retrieves the current brush color for the specified device context (DC).
Syntax
COLORREF GetDCBrushColor( __in HDC hdc );
Parameters
- hdc [in]
-
A handle to the DC whose brush color is to be returned.
Return value
If the function succeeds, the return value is the COLORREF value for the current DC brush color.
If the function fails, the return value is CLR_INVALID.
Remarks
For information on setting the brush color, see SetDCBrushColor.
ICM: Color management is performed if ICM is enabled.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012