Removes text at the specified position in the Clipboard history. 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.
Send feedback on this topic to Emurasoft