EE_GET_LINEA¶
Retrieves the ANSI text on the specified line. You can send this message explicitly or use the Editor_GetLineA inline function.
EE_GET_LINEA
wParam = (WPARAM) (GET_LINE_INFO*) pGetLineInfo;
lParam = (LPARAM) (LPSTR) szString;
Parameters¶
pGetLineInfo
Specifies the pointer to GET_LINE_INFO structure.
szString
Pointer to the buffer that will receive the text.
Return Values¶
If pGetLineInfo->cch is zero, the return value is the required size, in bytes, for a buffer that can receive the text. If pGetLineInfo->cch is not zero, the return value is not used.