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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6932 HRESULT Machine::getAutostartDelay(ULONG *aAutostartDelay) argument
6936 *aAutostartDelay = mHWData->mAutostart.uAutostartDelay;
6941 HRESULT Machine::setAutostartDelay(ULONG aAutostartDelay) argument
6951 mHWData->mAutostart.uAutostartDelay = aAutostartDelay;

Completed in 94 milliseconds