Searched refs:szParams (Results 1 – 1 of 1) sorted by relevance
2569 WCHAR szParams[MAX_PATH + 64]; in DoOpenFileLocation() local2570 StringCbPrintfW(szParams, sizeof(szParams), L"/select,%s", m_sPath); in DoOpenFileLocation()2573 ret = reinterpret_cast<INT_PTR>(ShellExecuteW(NULL, NULL, L"explorer.exe", szParams, in DoOpenFileLocation()