![]() |
SwyxIt! Client SDK
14.21
|
import "CLMgrPub.idl";
Public Member Functions | |
HRESULT | FulltextSearchInContacts ([in] BSTR bstrSearchText, [in] BOOL bEnableSearchInNumbers, [in] IDispatch *pISearchResultCollection) |
Line Manager PlugIn interface; used by Client Line Manager for resolving a string fragment to several search results (i.e. fulltext search in contacts; name or numbers)
This interface has to be implemented by a Line Manager PlugIn if it allows a "text search".
HRESULT IFulltextSearchAddIn::FulltextSearchInContacts | ( | [in] BSTR | bstrSearchText, |
[in] BOOL | bEnableSearchInNumbers, | ||
[in] IDispatch * | pISearchResultCollection ) |
This method will start a full text search in name or numbers in contacts
Input: BSTR bstrName: Text fragment to be searched BOOL bEnableSearchInNumbers: if set to TRUE, the search string will be searched in numbers, too, BUT ONLY if it contains of solely digits. If there is just one non-digit character in the search string, the search is carried out only in the contact's names, as it will be if the variable is set to FALSE.
IDispatch* pISearchResultCollection