Home
last modified time | relevance | path

Searched refs:pwszStartDir (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/apitests/shell32/
H A DShellExecCmdLine.cpp91 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 Dshlexec.cpp2636 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 Dundocshell.h649 LPCWSTR pwszStartDir,