Editor_SetStatusA¶
Displays an ANSI message on the status bar. You can use this inline function or explicitly send the EE_SET_STATUSA message.
Editor_SetStatusA( HWND hwnd, LPCSTR szStatus );
Parameters¶
hwnd
Specifies the window handle of the view or frame of EmEditor.
szStatus
Specifies a massage text to be displayed on the status bar.
Return Values¶
The return value is not used.