Changeset 80824 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Sep 16, 2019 1:18:44 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/testcase/tstHeadless.cpp
r76553 r80824 17 17 */ 18 18 19 #include <VBox/com/array.h> 19 20 #include <VBox/com/com.h> 20 21 #include <VBox/com/string.h> … … 121 122 CHECK_ERROR_BREAK(m, 122 123 LaunchVMProcess(session, Bstr("vrdp").raw(), 123 NULL, progress.asOutParam()));124 ComSafeArrayNullInParam(), progress.asOutParam())); 124 125 125 126 RTPrintf("Waiting for the remote session to open...\n");
Note:
See TracChangeset
for help on using the changeset viewer.