VirtualBox

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


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

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

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

    r99085 r99120  
    945945    /** The executable. */
    946946    Utf8Str                     mExecutable;
     947    /** The working directory. Optional, can be empty if not used. */
     948    Utf8Str                     mCwd;
    947949    /** Arguments vector (starting with argument \#0). */
    948950    ProcessArguments            mArguments;
  • 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