Editor_SetMultiSel

當多個選取內容可用時,設定指定的選取內容的信息。你能直接用該內嵌函式或明確地發送 EE_SET_MULTI_SEL 消息。

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

參數

hwnd

指定 EmEditor 視圖或框架的視窗控點。

iSel

將設定其信息的選取內容的索引。

pSelInfo

指針指向 SEL_INFO 結構。

返回值

如果檢索到指定的選取內容信息,則為 TRUE。如果選取內容不是多選模式或函數中發生錯誤,則返回值為 FALSE。