Home
last modified time | relevance | path

Searched refs:lpCommand (Results 1 – 12 of 12) sorted by relevance

/reactos/modules/rostests/apitests/shell32/
H A DShellExecCmdLine.cpp102 LPWSTR lpCommand = NULL; in ShellExecCmdLine() local
108 __SHCloneStrW(&lpCommand, pwszCommand); in ShellExecCmdLine()
109 StrTrimW(lpCommand, L" \t"); in ShellExecCmdLine()
121 hr = AssocQueryStringW(0, ASSOCSTR_COMMAND, lpCommand, L"RunAs", NULL, &dwSize); in ShellExecCmdLine()
128 if (UrlIsFileUrlW(lpCommand)) in ShellExecCmdLine()
130 StringCchCopyW(szFile, _countof(szFile), lpCommand); in ShellExecCmdLine()
135 pchParams = SplitParams(lpCommand, szFile, _countof(szFile)); in ShellExecCmdLine()
184 SHFree(lpCommand); in ShellExecCmdLine()
200 SHFree(lpCommand); in ShellExecCmdLine()
228 SHFree(lpCommand); in ShellExecCmdLine()
[all …]
/reactos/base/applications/mscutils/servman/
H A Dpropsheet_recovery.c231 if (pRecoveryData->pServiceFailure->lpCommand != NULL) in ShowFailureActions()
235 startPtr = pRecoveryData->pServiceFailure->lpCommand; in ShowFailureActions()
264 endPtr = wcsstr(pRecoveryData->pServiceFailure->lpCommand, L"/fail=%1%"); in ShowFailureActions()
284 endPtr = wcsstr(pRecoveryData->pServiceFailure->lpCommand, L"/fail=%1%"); in ShowFailureActions()
431 LPTSTR lpCommand; in SetFailureActions()
/reactos/base/applications/sc/
H A Dfailure.c74 …(" COMMAND_LINE : %s\n"), (pServiceFailure->lpCommand) ? pServiceFailure->lpCommand :… in QueryFailure()
H A Dmisc.c286 pFailureActions->lpCommand = (LPTSTR)ServiceArgs[ArgIndex + 1]; in ParseFailureArguments()
/reactos/modules/rostests/apitests/advapi32/
H A DQueryServiceConfig2.c258 if (lpFailureActions1->lpCommand && lpFailureCommand) in QueryConfig2W()
259 iRet = wcscmp(lpFailureActions1->lpCommand, lpFailureCommand); in QueryConfig2W()
452 if (lpFailureActions1->lpCommand && lpFailureCommand) in QueryConfig2A()
453 iRet = strcmp(lpFailureActions1->lpCommand, lpFailureCommand); in QueryConfig2A()
/reactos/modules/rostests/winetests/GUI/
H A Dprecomp.h54 BOOL SendCommandToClient(PMAIN_WND_INFO pInfo, LPWSTR lpCommand);
/reactos/dll/win32/shell32/
H A Dshlexec.cpp2657 LPWSTR lpCommand = NULL; in ShellExecCmdLine() local
2663 __SHCloneStrW(&lpCommand, pwszCommand); in ShellExecCmdLine()
2664 StrTrimW(lpCommand, L" \t"); in ShellExecCmdLine()
2676 hr = AssocQueryStringW(ASSOCF_NONE, ASSOCSTR_COMMAND, lpCommand, L"RunAs", NULL, &dwSize); in ShellExecCmdLine()
2683 if (PathIsURLW(lpCommand) || UrlIsW(lpCommand, URLIS_APPLIABLE)) in ShellExecCmdLine()
2685 StringCchCopyW(szFile, _countof(szFile), lpCommand); in ShellExecCmdLine()
2692 pchParams = SplitParams(lpCommand, szFile, _countof(szFile)); in ShellExecCmdLine()
2722 SHFree(lpCommand); in ShellExecCmdLine()
2738 SHFree(lpCommand); in ShellExecCmdLine()
2766 SHFree(lpCommand); in ShellExecCmdLine()
[all …]
/reactos/base/system/services/
H A Drpcserver.c5110 if (lpServiceFailureActionsA->lpCommand) in RChangeServiceConfig2A()
5166 lpServiceFailureActionsW->lpCommand = NULL; in RChangeServiceConfig2A()
5186 lpServiceFailureActionsW->lpCommand = lpStr; in RChangeServiceConfig2A()
5190 lpServiceFailureActionsA->lpCommand, in RChangeServiceConfig2A()
5291 lpReadBuffer->lpCommand = NULL; in ScmSetFailureActions()
5328 lpWriteBuffer->lpCommand = NULL; in ScmSetFailureActions()
5400 if (lpFailureActions->lpCommand != NULL) in ScmSetFailureActions()
5403 if (*lpFailureActions->lpCommand == 0) in ScmSetFailureActions()
5415 (LPBYTE)lpFailureActions->lpCommand, in ScmSetFailureActions()
5756 lpFailureActions->lpCommand = NULL; in RQueryServiceConfig2A()
[all …]
/reactos/drivers/bluetooth/fbtusb/include/
H A Dfbthci.h118 virtual DWORD SendHciCommand(PFBT_HCI_CMD_HEADER lpCommand, DWORD dwBufferSize);
/reactos/dll/win32/advapi32/service/
H A Dscm.c2468 if (lpPtr->lpCommand != NULL) in QueryServiceConfig2A()
2469 lpPtr->lpCommand = in QueryServiceConfig2A()
2470 (LPSTR)((ULONG_PTR)lpPtr + (ULONG_PTR)lpPtr->lpCommand); in QueryServiceConfig2A()
2585 if (lpPtr->lpCommand != NULL) in QueryServiceConfig2W()
2586 lpPtr->lpCommand = in QueryServiceConfig2W()
2587 (LPWSTR)((ULONG_PTR)lpPtr + (ULONG_PTR)lpPtr->lpCommand); in QueryServiceConfig2W()
/reactos/sdk/include/psdk/
H A Dwinsvc.h211 LPSTR lpCommand; member
218 LPWSTR lpCommand; member
/reactos/sdk/include/reactos/idl/
H A Dsvcctl.idl145 [string] LPSTR lpCommand;
153 [string] LPWSTR lpCommand;