VirtualBox

Ignore:
Timestamp:
Sep 3, 2019 2:34:21 PM (5 years ago)
Author:
vboxsync
Message:

Main: bugref:9341: Added VM autostart during boot support for windows host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp

    r79423 r80569  
    27182718        rc = RTProcCreateEx(pszExecName, papszArgs, pTxsExec->hEnv, 0 /*fFlags*/,
    27192719                            pTxsExec->StdIn.phChild, pTxsExec->StdOut.phChild, pTxsExec->StdErr.phChild,
    2720                             *pszUsername ? pszUsername : NULL, NULL,
     2720                            *pszUsername ? pszUsername : NULL, NULL, NULL,
    27212721                            &pTxsExec->hProcess);
    27222722        if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette