L_BM_FILL
Send this message to fill an L_BITMAPCLASS window's bitmap with the specified color.
|
Parameter |
Meaning |
|
wParam |
Specifies whether the window should be redrawn to reflect the image changes. Use 1 to redraw the window, or 0 not to redraw it. |
|
lParam |
The lParam parameter should contain a COLORREF value, which you can specify using the Windows RGB macro. |
Returns
|
SUCCESS |
Function was successful. |
|
< 0 |
An error occurred. Refer to Return Codes. |
See Also
|
Topics: |