VirtualBox

Changeset 99150 in vbox for trunk/src/VBox/Main/include


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/Main/include/GuestSessionImpl.h

    r99120 r99150  
    212212                        ULONG aMode);
    213213    HRESULT processCreate(const com::Utf8Str &aCommand,
     214                          const std::vector<com::Utf8Str> &aArguments,
    214215                          const com::Utf8Str &aCwd,
    215                           const std::vector<com::Utf8Str> &aArguments,
    216216                          const std::vector<com::Utf8Str> &aEnvironment,
    217217                          const std::vector<ProcessCreateFlag_T> &aFlags,
     
    219219                          ComPtr<IGuestProcess> &aGuestProcess);
    220220    HRESULT processCreateEx(const com::Utf8Str &aCommand,
     221                            const std::vector<com::Utf8Str> &aArguments,
    221222                            const com::Utf8Str &aCwd,
    222                             const std::vector<com::Utf8Str> &aArguments,
    223223                            const std::vector<com::Utf8Str> &aEnvironment,
    224224                            const std::vector<ProcessCreateFlag_T> &aFlags,
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