SEL_INFO

Used by Editor_GetMultiSel inline function ( EE_GET_MULTI_SEL message).

typedef struct _SEL_INFO {
	size_t cbSize;
	POINT_PTR ptStart;
	POINT_PTR ptEnd;
	POINT_PTR ptCaret;
} SET_INFO;

Fields

cbSize

Must specify sizeof( SEL_INFO ).

ptStart

Specifies the starting position of the selection.

ptEnd

Specifies the ending position of the selection.

ptCaret

Specifies the cursor position of the selection.

Version

Supported on Version 13 or later.