Searched defs:pConsoleW (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp3267 ComPtr<IConsole> pConsoleW; local
3271 rc = pSessionW->COMGETTER(RemoteConsole)(pConsoleW.asOutParam());
3277 ComAssertRet(!pConsoleW.isNull(), E_FAIL);
3282 rc = pSessionControl->AssignRemoteMachine(pSessionMachine, pConsoleW);

Completed in 1045 milliseconds