Changeset 99120 in vbox for trunk/src/VBox/Main/include/GuestSessionImpl.h
- Timestamp:
- Mar 22, 2023 5:30:14 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.