Method of ISearchResultsPane
Add new search job
SearchResultsPane.Add(pJob);
==== Visual Basic Script ====
SearchResultsPane.Add pJob
==== C++ ====
HRESULT hr = SearchResultsPane.Add(pJob);
===== See Also ===== ISearchResultsPane