VirtualBox

Ignore:
Timestamp:
Mar 22, 2023 5:30:14 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156485
Message:

Guest Control: Added ability of specifying an optional current working directory to started guest processes. This needs Guest Additions which support this. bugref:8053

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestSessionImpl.h

    r98713 r99120  
    212212                        ULONG aMode);
    213213    HRESULT processCreate(const com::Utf8Str &aCommand,
     214                          const com::Utf8Str &aCwd,
    214215                          const std::vector<com::Utf8Str> &aArguments,
    215216                          const std::vector<com::Utf8Str> &aEnvironment,
     
    218219                          ComPtr<IGuestProcess> &aGuestProcess);
    219220    HRESULT processCreateEx(const com::Utf8Str &aCommand,
     221                            const com::Utf8Str &aCwd,
    220222                            const std::vector<com::Utf8Str> &aArguments,
    221223                            const std::vector<com::Utf8Str> &aEnvironment,
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