Searched refs:pszArg (Results 1 – 5 of 5) sorted by relevance
/reactos/base/applications/runas/ |
H A D | runas.c | 80 LPCWSTR pszArg; in wmain() local 111 pszArg = argv[i]; in wmain() 112 if (*pszArg == L'-' || *pszArg == L'/') in wmain() 114 pszArg++; in wmain() 115 if (wcscmp(pszArg, L"?") == 0) in wmain() 139 pszArg += 5; in wmain() 140 ptr = wcschr(pszArg, L'@'); in wmain() 152 wcsncpy(pszUserName, pszArg, (ptr - pszArg)); in wmain() 167 ptr = wcschr(pszArg, L'\\'); in wmain() 189 wcsncpy(pszDomain, pszArg, (ptr - pszArg)); in wmain() [all …]
|
/reactos/modules/rosapps/applications/sysutils/regexpl/ |
H A D | ShellCommandNewKey.cpp | 52 TCHAR *pszNewKey = NULL, *pszArg; in Execute() local 58 while((pszArg = rArguments.GetNextArgument()) != NULL) in Execute() 60 if ((_tcsicmp(pszArg,_T("/?")) == 0) in Execute() 61 ||(_tcsicmp(pszArg,_T("-?")) == 0)) in Execute() 65 else if ((_tcsicmp(pszArg,_T("/v")) == 0) in Execute() 66 ||(_tcsicmp(pszArg,_T("-v")) == 0)) in Execute() 75 rConsole.Write(pszArg); in Execute() 81 pszNewKey = pszArg; in Execute()
|
/reactos/dll/shellext/sendmail/ |
H A D | sendmail.cpp | 106 LPCWSTR pszArg OPTIONAL, in CreateShellLink() 137 if (pszArg) in CreateShellLink() 138 hr = psl->SetArguments(pszArg); in CreateShellLink()
|
H A D | precomp.hpp | 36 LPCWSTR pszArg OPTIONAL,
|
/reactos/dll/win32/syssetup/ |
H A D | install.c | 75 LPCWSTR pszArg, in CreateShellLink() argument 90 if (pszArg) in CreateShellLink() 91 hr = IShellLinkW_SetArguments(psl, pszArg); in CreateShellLink()
|