Displays a Unicode message on the status bar. You can use this inline function or explicitly send the EE_SET_STATUSW message.
Editor_SetStatusW( HWND hwnd, LPCWSTR szStatus );
hwnd
Specifies the window handle of the view or frame of EmEditor.
szStatus
Specifies a massage text to be displayed on the status bar.
The return value is not used.