Searched refs:pwszStartDir (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/apitests/shell32/ |
H A D | ShellExecCmdLine.cpp | 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() 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() [all …]
|
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 2636 LPCWSTR pwszStartDir, in ShellExecCmdLine() argument 2691 if (pwszStartDir) in ShellExecCmdLine() 2693 SetCurrentDirectoryW(pwszStartDir); in ShellExecCmdLine() 2704 apPathList[0] = pwszStartDir; in ShellExecCmdLine() 2749 info.lpDirectory = pwszStartDir; in ShellExecCmdLine()
|
/reactos/sdk/include/reactos/ |
H A D | undocshell.h | 649 LPCWSTR pwszStartDir,
|