You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (SUCCEEDED(dataSource.OpenFromInitializationString(L"provider=Search.CollatorDSO.1;EXTENDED PROPERTIES=\"Application=Windows\"")) && SUCCEEDED(session.Open(dataSource)))
800
800
{
801
-
std::list<SearchScope> scopeList;
801
+
std::vector<SearchScope> scopeList;
802
802
803
803
if (searchRequest.bSearchMetroSettings && !m_bMetroSettingsFound)
0 commit comments