Displays a Unicode message on the status bar. You can send this message explicitly or use the Editor_SetStatusW inline function.
EE_SET_STATUSW
wParam = 0;
lParam = (LPARAM) (LPCWSTR) 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