EE_SET_SEL_LENGTH

Changes the character length of the selection. You can send this message explicitly or use the Editor_SetSelLength inline function.

EE_SET_SEL_LENGTH
wParam = (WPARAM) (UINT) nLen;
lParam = 0;

Parameters

nLen

Specifies the character length of the selection. Returns are always two character length (CR+LF).

Return Values

The return value is not used.