EE_GET_COLUMN

Retrieves a column of text in CSV mode. You can send this message explicitly or use the Editor_GetColumn inline function.

EE_GET_COLUMN
wParam = (WPARAM) 0;
lParam = (LPARAM) (COLUMN_STRUCT*) pColumnStruct;

Parameters

pColumnStruct

Pointer to the COLUMN_STRUCT structure.

Return Values

The return value is the size of the buffer including the terminating NULL in characters needed to retrieve the text if succeeded, or negative if failed. The return value can be larger than the exact size to retrieve the text.