Changeset 80824 in vbox for trunk/src/VBox/Frontends/VBoxAutostart
- Timestamp:
- Sep 16, 2019 1:18:44 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStart.cpp
r76553 r80824 139 139 140 140 CHECK_ERROR_BREAK(machine, LaunchVMProcess(g_pSession, Bstr("headless").raw(), 141 Bstr("").raw(), progress.asOutParam()));141 ComSafeArrayNullInParam(), progress.asOutParam())); 142 142 if (SUCCEEDED(rc) && !progress.isNull()) 143 143 {
Note:
See TracChangeset
for help on using the changeset viewer.