EE_SET_CELL

Sets the text on the specified cell. You can send this message explicitly or use the Editor_SetCell inline function.

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

Parameters

pGetCellInfo

Pointer to the GET_CELL_INFO structure.

szString

Specifies a string to set.

Return Values

The return value is 0 or positive if succeeded, or negative if failed.