The SB_SIMPLE message specifies whether a status window displays simple text or displays all window parts set by a previous SB_SETPARTS message.
SB_SIMPLE
wParam = (WPARAM) (BOOL) fSimple;
lParam = 0;
Parameters
fSimple
Display type flag. If this parameter is TRUE, the window displays simple text. If it is FALSE, it displays multiple parts.
Return Values
Returns FALSE if an error occurs.
Remarks
If the status window is being changed from nonsimple to simple, or vice versa, the window is immediately redrawn.
See Also