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;
szStatus
Specifies a message text to be displayed on the status bar.
The return value is not used.
Send feedback on this topic to Emurasoft