Changeset 99121 in vbox
- Timestamp:
- Mar 22, 2023 5:35:53 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156486
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.cpp
r98103 r99121 558 558 createFlags.push_back(KProcessCreateFlag_WaitForProcessStartOnly); 559 559 CGuestProcess process = guestSession.ProcessCreate(commandData.m_strExePath, 560 NULL /* CWD */, 560 561 commandData.m_arguments, 561 562 commandData.m_environmentChanges,
Note:
See TracChangeset
for help on using the changeset viewer.