Lines Matching defs:session
82 ComPtr <ISession> session;
90 rc = session.createInprocObject(CLSID_Session);
92 RTPrintf("ERROR: failed to create a session object!\n");
117 RTPrintf("Opening a new (remote) session...\n");
119 LaunchVMProcess(session, Bstr("vrdp").raw(),
122 RTPrintf("Waiting for the remote session to open...\n");
138 RTPrintf("Remote session has been successfully opened.\n");
143 RTPrintf("Opening an existing session...\n");
144 CHECK_ERROR_BREAK(m, LockMachine(session, LockType_Shared));
147 CHECK_ERROR_BREAK(session, COMGETTER(Console)(console.asOutParam()));
192 RTPrintf("Closing the session (may fail after power off)...\n");
193 CHECK_ERROR(session, UnlockMachine());