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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp771 void UIMachineLogic::setMachineWindowsCreated(bool fIsWindowsCreated) argument
774 if (m_fIsWindowsCreated == fIsWindowsCreated)
778 if (!fIsWindowsCreated)
786 m_fIsWindowsCreated = fIsWindowsCreated;
789 if (fIsWindowsCreated)

Completed in 51 milliseconds