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

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartStart.cpp105 AUTOSTARTVM autostartVM; local
107 CHECK_ERROR_BREAK(machines[i], COMGETTER(Id)(autostartVM.strId.asOutParam()));
108 CHECK_ERROR_BREAK(machines[i], COMGETTER(AutostartDelay)(&autostartVM.uStartupDelay));
110 listVM.push_back(autostartVM);

Completed in 121 milliseconds