Changeset 99150 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Mar 23, 2023 6:00:47 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156515
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r99120 r99150 1364 1364 ComPtr<IGuestProcess> pProcess; 1365 1365 CHECK_ERROR_BREAK(pCtx->pGuestSession, ProcessCreate(Bstr(pszImage).raw(), 1366 ComSafeArrayAsInParam(aArgs), 1366 1367 Bstr(pszCwd).raw(), 1367 ComSafeArrayAsInParam(aArgs),1368 1368 ComSafeArrayAsInParam(aEnv), 1369 1369 ComSafeArrayAsInParam(aCreateFlags),
Note:
See TracChangeset
for help on using the changeset viewer.