EE_SET_MULTI_SEL

Sets the information of a specified selection when multiple selections are available. You can send this message explicitly or use the Editor_SetMultiSel inline function.

EE_SET_MULTI_SEL
wParam = (WPARAM) (UINT_PTR) iSel;
lParam = (LPARAM) (const SEL_INFO*) pSelInfo;

Parameters

iSel

Index of the selection of which the information will be set.

pSelInfo

Pointer to the SEL_INFO structure.

Return Values

TRUE if the specified selection information is set. The return value is FALSE if the selection is not multiple selection mode or an error occurs in the function.