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

/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp1007 bool fLeftPaused = false; local
1008 HRESULT rc = mConsole->i_saveState(aReason, aProgress, aStateFilePath, !!aPauseVM, fLeftPaused);
1010 *aLeftPaused = fLeftPaused;

Completed in 44 milliseconds