Lines Matching defs:iCmd
1228 * @param iCmd The command that is being executed. (For
1233 int iCmd, const char *pszDisplayInfoHack)
1237 NOREF(iCmd);
1364 NOREF(iCmd);
1445 papszArgs[cSuArgs - 2] = iCmd == CMD_INSTALL
1447 : iCmd == CMD_UNINSTALL
1461 papszArgs[cSuArgs - 2] = iCmd == CMD_INSTALL
1463 : iCmd == CMD_UNINSTALL
1502 papszArgs[cSuArgs - 7] = iCmd == CMD_INSTALL
1504 : iCmd == CMD_UNINSTALL
1561 * @param iCmd The command that is being executed.
1564 static RTEXITCODE RelaunchElevated(int argc, char **argv, int iCmd, const char *pszDisplayInfoHack)
1628 rcExit = RelaunchElevatedNative(szExecPath, papszArgs, cSuArgs, cArgs, iCmd, pszDisplayInfoHack);