Lines Matching refs:session
183 ISession *session = NULL;
198 /* Create the session object. */
203 (void**)&session);
210 /* Start a VM session using the delivered VBox GUI. */
211 rc = machine->LaunchVMProcess(session, sessiontype,
215 printf("Could not open remote session! rc = 0x%x\n", rc);
224 session->get_Console(&console);
229 printf("Press enter to power off VM and close the session...\n");
239 /* Close the session. */
240 rc = session->UnlockMachine();
246 SAFE_RELEASE(session);