_IContactsAndGroupsCallback.OnSearch Method
Invoked when a search operation completes. The results of a search are obtained from the ISearchResults parameter.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT OnSearch
(
IContactsAndGroupsManager* source,
ISearchResults* searchResults,
IAsynchronousOperation* asyncOperation
);
Parameters
- source
Type: UCCollaborationLib.IContactsAndGroupsManager
A value of the IContactsAndGroupsManager type.
- searchResults
Type: UCCollaborationLib.ISearchResults
A value of the ISearchResults type.
- asyncOperation
Type: UCCollaborationLib.IAsynchronousOperation
A value of the IAsynchronousOperation type.