EE_SET_STATUSA¶
Displays an ANSI message on the status bar. You can send this message explicitly or use the Editor_SetStatusA inline function.
EE_SET_STATUSA
wParam = 0;
lParam = (LPARAM) (LPCSTR) szStatus;
Parameters¶
szStatus
Specifies a message text to be displayed on the status bar.
Return Values¶
The return value is not used.