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

/vbox/src/VBox/Main/include/
H A DMachineImpl.h980 HRESULT getAutostartDelay(ULONG *aAutostartDelay);
981 HRESULT setAutostartDelay(ULONG aAutostartDelay);
/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;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6737 #define IMachine_get_AutostartDelay(p, aAutostartDelay) ((p)->lpVtbl->GetAutostartDelay(p, aAutostartDelay))
6738 #define IMachine_GetAutostartDelay(p, aAutostartDelay) ((p)->lpVtbl->GetAutostartDelay(p, aAutostartDelay))
6739 #define IMachine_put_AutostartDelay(p, aAutostartDelay) ((p)->lpVtbl->SetAutostartDelay(p, aAutostartDelay))
6740 #define IMachine_SetAutostartDelay(p, aAutostartDelay) ((p)->lpVtbl->SetAutostartDelay(p, aAutostartDelay))

Completed in 2704 milliseconds