Changeset 31008 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPIWin.cpp
- Timestamp:
- Jul 22, 2010 3:24:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPIWin.cpp
r30269 r31008 209 209 210 210 /* Start a VM session using the delivered VBox GUI. */ 211 rc = virtualBox->OpenRemoteSession (session, guid, sessiontype,212 211 rc = machine->LaunchVMProcess(session, sessiontype, 212 NULL, &progress); 213 213 if (!SUCCEEDED(rc)) 214 214 {
Note:
See TracChangeset
for help on using the changeset viewer.