Editor_GetOutputString¶
Retrieves the text in the output bar. You can use this inline function or explicitly send the EE_GET_OUTPUT_STRING message.
Editor_GetOutputString( HWND hwnd, UINT cchBuf, LPWSTR pBuf ); cchBuf Specifies the size of the buffer in characters including the terminating NULL character. pBuf Specifies the pointer to the buffer that receives the text. The return value is the size of the buffer in characters including the terminating NULL character needed to receive the text. Supported on EmEditor Version 9.00 or later.Parameters¶
Return Values¶
Version¶