Lines Matching refs:pwszStartDir
91 LPCWSTR pwszStartDir, in ShellExecCmdLine() argument
144 if (pwszStartDir) in ShellExecCmdLine()
146 SetCurrentDirectoryW(pwszStartDir); in ShellExecCmdLine()
158 SearchPathW(pwszStartDir, szFile, NULL, _countof(szFile2), szFile2, NULL) || in ShellExecCmdLine()
159 SearchPathW(pwszStartDir, szFile, wszExe, _countof(szFile2), szFile2, NULL) || in ShellExecCmdLine()
160 SearchPathW(pwszStartDir, szFile, wszCom, _countof(szFile2), szFile2, NULL)) in ShellExecCmdLine()
167 SearchPathW(pwszStartDir, lpCommand, NULL, _countof(szFile2), szFile2, NULL) || in ShellExecCmdLine()
168 SearchPathW(pwszStartDir, lpCommand, wszExe, _countof(szFile2), szFile2, NULL) || in ShellExecCmdLine()
169 SearchPathW(pwszStartDir, lpCommand, wszCom, _countof(szFile2), szFile2, NULL)) in ShellExecCmdLine()
175 if (pwszStartDir) in ShellExecCmdLine()
221 info.lpDirectory = pwszStartDir; in ShellExecCmdLine()
251 LPCWSTR pwszStartDir; member
607 hr = proxy_ShellExecCmdLine(NULL, pEntry->pwszCommand, pEntry->pwszStartDir, in DoEntry()
612 hr = (*g_pShellExecCmdLine)(NULL, pEntry->pwszCommand, pEntry->pwszStartDir, in DoEntry()