L_BM_CLEAR
Send this message to clear an L_BITMAPCLASS window's bitmap, setting all bits to 0 to make it a black bitmap.
|
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 |
Reserved. Set to NULL. |
Returns
|
SUCCESS |
Function was successful. |
|
< 0 |
An error occurred. Refer to Return Codes. |