Changeset 99120 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 22, 2023 5:30:14 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156485
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r99085 r99120 945 945 /** The executable. */ 946 946 Utf8Str mExecutable; 947 /** The working directory. Optional, can be empty if not used. */ 948 Utf8Str mCwd; 947 949 /** Arguments vector (starting with argument \#0). */ 948 950 ProcessArguments mArguments; -
trunk/src/VBox/Main/include/GuestSessionImpl.h
r98713 r99120 212 212 ULONG aMode); 213 213 HRESULT processCreate(const com::Utf8Str &aCommand, 214 const com::Utf8Str &aCwd, 214 215 const std::vector<com::Utf8Str> &aArguments, 215 216 const std::vector<com::Utf8Str> &aEnvironment, … … 218 219 ComPtr<IGuestProcess> &aGuestProcess); 219 220 HRESULT processCreateEx(const com::Utf8Str &aCommand, 221 const com::Utf8Str &aCwd, 220 222 const std::vector<com::Utf8Str> &aArguments, 221 223 const std::vector<com::Utf8Str> &aEnvironment,
Note:
See TracChangeset
for help on using the changeset viewer.