/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 499 lpDirectory = psei->lpDirectory; in SHELL_ExecuteW() 1199 (psei->lpDirectory && *psei->lpDirectory) ? psei->lpDirectory : NULL); in execute_from_key() 1237 if (lpDirectory) __SHCloneStrAtoW(&wDirectory, lpDirectory); in FindExecutableA() 1286 if (lpDirectory && *lpDirectory) in FindExecutableW() 1679 … &resultLen, (psei->lpDirectory && *psei->lpDirectory) ? psei->lpDirectory : NULL); in SHELL_execute_class() 2018 if (sei_tmp.lpDirectory && *sei_tmp.lpDirectory) in SHELL_execute() 2342 sei.lpDirectory = lpDirectory; in ShellExecuteA() 2504 sei.lpDirectory = lpDirectory; in ShellExecuteW() 2531 seiW.lpDirectory = lpDirectory ? __SHCloneStrAtoW(&wDirectory, lpDirectory) : NULL; in WOWShellExecute() 2800 ExecInfo.lpDirectory = lpDirectory; in RealShellExecuteExA() [all …]
|
H A D | CShellLink.cpp | 2655 sei.lpDirectory = m_sWorkDir; in DoOpen() 2668 sei.lpDirectory = dir; in DoOpen() 2678 if (StrIsNullOrEmpty(sei.lpDirectory) || !PathIsDirectoryW(sei.lpDirectory)) in DoOpen() 2680 LPCSTR pszDirA = lpici->lpDirectory; in DoOpen() 2682 sei.lpDirectory = iciex->lpDirectoryW; in DoOpen() 2684 sei.lpDirectory = dir; in DoOpen()
|
H A D | CShellDispatch.cpp | 142 sei.lpFile = sei.lpParameters = sei.lpDirectory = NULL; in SHELL_OpenFolder()
|
H A D | CDefaultContextMenu.cpp | 1330 sei.lpDirectory = wszDir; in InvokePidl() 1334 sei.lpDirectory = lpcmi->lpDirectoryW; in InvokePidl()
|
H A D | CDefView.cpp | 2093 cmi.lpDirectory = szDirA; in InvokeContextMenuCommand()
|
/reactos/base/shell/cmd/ |
H A D | start.c | 58 LPTSTR lpDirectory = NULL; in cmd_start() local 85 lpDirectory = option + 1; in cmd_start() 86 if (!*lpDirectory) in cmd_start() 90 lpDirectory = GetParameter(&Rest); in cmd_start() 92 StripQuotes(lpDirectory); in cmd_start() 270 lpEnvironment, lpDirectory, &stui, &prci); in cmd_start() 294 prci.hProcess = RunFile(flags, szFullName, param, lpDirectory, wShowWindow); in cmd_start()
|
H A D | cmd.c | 297 sei.lpDirectory = directory; in RunFile()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | RealShellExecuteEx.cpp | 22 _In_opt_ LPCSTR lpDirectory, 35 _In_opt_ LPCWSTR lpDirectory,
|
H A D | ShellExecuteEx.cpp | 475 sei.lpDirectory = szInvalidPath; in test_DoInvalidDir()
|
H A D | ShellExecCmdLine.cpp | 221 info.lpDirectory = pwszStartDir; in ShellExecCmdLine()
|
/reactos/sdk/include/psdk/ |
H A D | shellapi.h | 318 LPCSTR lpDirectory; member 335 LPCWSTR lpDirectory; member 485 _In_opt_ LPCSTR lpDirectory, 493 _In_opt_ LPCWSTR lpDirectory, 543 _In_opt_ LPCSTR lpDirectory, 553 _In_opt_ LPCWSTR lpDirectory,
|
H A D | shobjidl.idl | 1719 LPCSTR lpDirectory; 1732 LPCSTR lpDirectory;
|
/reactos/sdk/include/reactos/ |
H A D | undocshell.h | 163 LPCSTR lpDirectory; 171 LPCWSTR lpDirectory; member 660 _In_opt_ LPCSTR lpDirectory, 673 _In_opt_ LPCWSTR lpDirectory, 686 _In_opt_ LPCSTR lpDirectory, 700 _In_opt_ LPCWSTR lpDirectory,
|
/reactos/base/applications/rapps/include/ |
H A D | misc.h | 38 GetStorageDirectory(CStringW &lpDirectory);
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | generated.c | 964 TEST_FIELD_SIZE (SHELLEXECUTEINFOA, lpDirectory, 8) in test_pack_SHELLEXECUTEINFOA() 965 TEST_FIELD_ALIGN (SHELLEXECUTEINFOA, lpDirectory, 8) in test_pack_SHELLEXECUTEINFOA() 966 TEST_FIELD_OFFSET(SHELLEXECUTEINFOA, lpDirectory, 40) in test_pack_SHELLEXECUTEINFOA() 1008 TEST_FIELD_SIZE (SHELLEXECUTEINFOW, lpDirectory, 8) in test_pack_SHELLEXECUTEINFOW() 1009 TEST_FIELD_ALIGN (SHELLEXECUTEINFOW, lpDirectory, 8) in test_pack_SHELLEXECUTEINFOW() 1010 TEST_FIELD_OFFSET(SHELLEXECUTEINFOW, lpDirectory, 40) in test_pack_SHELLEXECUTEINFOW() 2782 TEST_FIELD_SIZE (SHELLEXECUTEINFOA, lpDirectory, 4) in test_pack_SHELLEXECUTEINFOA() 2783 TEST_FIELD_ALIGN (SHELLEXECUTEINFOA, lpDirectory, 1) in test_pack_SHELLEXECUTEINFOA() 2784 TEST_FIELD_OFFSET(SHELLEXECUTEINFOA, lpDirectory, 24) in test_pack_SHELLEXECUTEINFOA() 2826 TEST_FIELD_SIZE (SHELLEXECUTEINFOW, lpDirectory, 4) in test_pack_SHELLEXECUTEINFOW() [all …]
|
H A D | shlexec.c | 604 sei.lpDirectory=directory; in shell_execute_ex_()
|
/reactos/base/shell/explorer/ |
H A D | startctxmnu.cpp | 213 cmici.lpDirectory = szDir; in InvokeCommand()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | dialogs.cpp | 643 sei.lpDirectory = prfdp->lpstrDirectory; in RunDlgProc() 648 sei.lpDirectory = parent = RunDlg_GetParentDir(sei.lpFile); in RunDlgProc() 653 sei.lpDirectory = NULL; in RunDlgProc() 673 nmrfd.lpDirectory = pszStartDir; in RunDlgProc()
|
/reactos/dll/win32/shlwapi/ |
H A D | utils.cpp | 118 info.lpDirectory = dir; in SHInvokeCommandOnContextMenuInternal()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | shellclasses.cpp | 553 cmi.lpDirectory = NULL; in ShellFolderContextMenu()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | shellfs.cpp | 198 shexinfo.lpDirectory = NULL; in launch_entry()
|
/reactos/dll/win32/browseui/ |
H A D | addresseditbox.cpp | 187 info.lpDirectory = dir; in ExecuteCommandLine()
|
/reactos/modules/rosapps/applications/explorer-old/desktop/ |
H A D | desktop.cpp | 686 cmi.lpDirectory = NULL; in DoDesktopContextMenu()
|
/reactos/base/applications/taskmgr/ |
H A D | procpage.c | 1210 info.lpDirectory = NULL; in ProcessPage_OnProperties()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | startmenu.cpp | 1334 shexinfo.lpDirectory = NULL; in ActivateEntry()
|