Appends a string to the output bar. You can send this message explicitly or use the Editor_OutputString inline function.
EE_OUTPUT_STRING
wParam = nFlags;
lParam = (LPARAM) (LPCWSTR) szString;
nFlags
Specifies a combination of the following values.
FLAG_OPEN_OUTPUT Opens the output bar. FLAG_CLOSE_OUTPUT Closes the output bar. FLAG_FOCUS_OUTPUT Sets the keyboard focus to the output bar. FLAG_CLEAR_OUTPUT Clears the contents of the output bar.
szString
Specifies the string to be appended.
If the message succeeds, the return value is nonzero. If the message fails, the return value is zero.
Supported on EmEditor Version 7.00 or later.
Send feedback on this topic to Emurasoft