EE_GET_CELL

Retrieves the Unicode text on the specified cell. You can send this message explicitly or use the Editor_GetCell inline function.

EE_GET_CELL
wParam = (WPARAM) (GET_CELL_INFO*) pGetCellInfo;
lParam = (LPARAM) (LPWSTR) szString;

Parameters

pGetCellInfo

Pointer to the GET_CELL_INFO structure.

szString

Pointer to the buffer that will receive the text.

Return Values

If pGetCellInfo->cch is zero, the return value is the required size, in characters, for a buffer that can receive the text. If pGetLineInfo->cch is not zero, the return value is not used. If pGetCellInfo->iColumn is -1, the return value is the number of columns.