Editor_GetColumn¶
Sets a column of text in CSV mode. You can use this inline function or explicitly send the EE_GET_COLUMN message.
Editor_GetColumn( HWND hwnd, COLUMN_STRUCT* pColumnStruct ); hwnd Specifies the window handle of the view or frame of EmEditor. pColumnStruct Pointer to the COLUMN_STRUCT structure. 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.Parameters¶
Return Values¶