Editor_SetMultiSel

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

Editor_SetMultiSel( HWND hwnd, UINT_PTR iSel, const SEL_INFO* pSelInfo );

Parameters

hwnd

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

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 retrieved. The return value is FALSE if the selection is not multiple selection mode or an error occurs in the function.