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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6957 HRESULT Machine::getAutostopType(AutostopType_T *aAutostopType) argument
6961 *aAutostopType = mHWData->mAutostart.enmAutostopType;
6966 HRESULT Machine::setAutostopType(AutostopType_T aAutostopType) argument
6971 && mHWData->mAutostart.enmAutostopType != aAutostopType)
6976 if (aAutostopType != AutostopType_Disabled)
6987 mHWData->mAutostart.enmAutostopType = aAutostopType;
6999 aAutostopType != AutostopType_Disabled ? "Adding" : "Removing",

Completed in 89 milliseconds