VirtualBox

Ignore:
Timestamp:
Mar 23, 2023 6:00:47 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156515
Message:

Guest Control: Changed the parameter position of the CWD parameter, so that the image name and arguments are together again (feels more natural, was part of the initial patch). bugref:8053

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r99120 r99150  
    13641364            ComPtr<IGuestProcess> pProcess;
    13651365            CHECK_ERROR_BREAK(pCtx->pGuestSession, ProcessCreate(Bstr(pszImage).raw(),
     1366                                                                 ComSafeArrayAsInParam(aArgs),
    13661367                                                                 Bstr(pszCwd).raw(),
    1367                                                                  ComSafeArrayAsInParam(aArgs),
    13681368                                                                 ComSafeArrayAsInParam(aEnv),
    13691369                                                                 ComSafeArrayAsInParam(aCreateFlags),
Note: See TracChangeset for help on using the changeset viewer.

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