Retrieves the Unicode text on the specified line. You can use this inline function or explicitly send the EE_GET_LINEW message.
Editor_GetLineW( HWND hwnd, GET_LINE_INFO* pGetLineInfo, LPWSTR szString );
hwnd
Specifies the window handle of the view or frame of EmEditor.
pGetLineInfo
Pointer to the GET_LINE_INFO structure.
szString
Pointer to the buffer that will receive the text.
If pGetLineInfo->cch is zero, the return value is the required size, in words, for a buffer that can receive the text. If pGetLineInfo->cch is not zero, the return value is not used.
Send feedback on this topic to Emurasoft