| lcStatbarText | Home |
|
BOOL lcStatbarText ( HANDLE hStatbar, int Id, LPCWSTR szText ); |
| hStatbar | |
| Handle to a status bar object. | |
| Id | |
| Specifies the cell identifier. | |
| szText | |
| Specifies text string to be drawn in the cell. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcStatbarRedraw |