SetSolidBrush16 (GDI.604)
BOOL16 SetSolidBrush16 ( HBRUSH16 hBrush, COLORREF newColor )
Change the color of a solid brush.
hBrush | [In] | Brush to change the color of. |
newColor | [In] | New color for hBrush. |
Success: TRUE. The color of hBrush is set to newColor.
Failure: FALSE.
This function is undocumented and untested. The implementation may not be correct.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/gdi.exe16/gdi.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdi.exe16/gdi.c
Debug channel "gdi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.