BOOL CreateSolidBrush( DWORD crColor );
crColor
Specifies the color of the brush. The color specifies an RGB value and can be constructed with the RGB macro in WINDOWS.H.
Initializes a brush with a specified solid color. The brush can subsequently be selected as the current brush for any device context.
TRUE if successful; otherwise FALSE.
CBrush::CreateBrushIndirect, CBrush::CreateDIBPatternBrush, CBrush::CreateHatchBrush, CBrush::CreatePatternBrush, ::CreateSolidBrush