SetSolidBrush16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/gdi32/brush.c".

Debug channel "gdi".