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". https://source.winehq.org/source/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 May 2024.