Editor_SetColumn

Sets a column of text. You can use this inline function or explicitly send the EE_SET_COLUMN message.

Editor_SetColumn( HWND hwnd, COLUMN_STRUCT* pColumnStruct );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

pSetLineInfo

Pointer to the COLUMN_STRUCT structure.

Return Values

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