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 ); 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.Parameters¶
Return Values¶