Scroll to navigation

SetSolidBrush16(3w) Wine API SetSolidBrush16(3w)

NAME

SetSolidBrush16 (GDI.604)

SYNOPSIS

BOOL16 SetSolidBrush16
(
HBRUSH16 hBrush,
COLORREF newColor
)
 

DESCRIPTION

Change the color of a solid brush.
 

PARAMS

hBrush [In] Brush to change the color of.
newColor [In] New color for hBrush.
 

RETURNS

Success: TRUE. The color of hBrush is set to newColor.
Failure: FALSE.
 

FIXME

This function is undocumented and untested. The implementation may not be correct.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/gdi.exe16/gdi.c".
Debug channel "gdi".
Oct 2012 Wine API