Searched defs:pszDisplayInfoHack (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1230 * @param pszDisplayInfoHack Display information hack. Platform specific++.
1233 int iCmd, const char *pszDisplayInfoHack)
1270 if (pszDisplayInfoHack)
1272 const char *pszArg = strstr(pszDisplayInfoHack, "hwnd=");
1562 * @param pszDisplayInfoHack Display information hack. Platform specific++.
1564 static RTEXITCODE RelaunchElevated(int argc, char **argv, int iCmd, const char *pszDisplayInfoHack) argument
1628 rcExit = RelaunchElevatedNative(szExecPath, papszArgs, cSuArgs, cArgs, iCmd, pszDisplayInfoHack);
1799 const char *pszDisplayInfoHack = NULL; local
1842 return RelaunchElevated(argc, argv, ch, pszDisplayInfoHack);
1901 if (pszDisplayInfoHack)
1232 RelaunchElevatedNative(const char *pszExecPath, const char **papszArgs, int cSuArgs, int cMyArgs, int iCmd, const char *pszDisplayInfoHack) argument
[all...]

Completed in 49 milliseconds