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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3539 nsresult (*SetAutostartDelay)(IMachine *pThis, PRUint32 autostartDelay); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5242 nsresult (*SetAutostartDelay)(IMachine *pThis, PRUint32 autostartDelay); member in struct:IMachine_vtbl
5966 nsresult (*SetAutostartDelay)(IMachine *pThis, PRUint32 autostartDelay); member in struct:IMachineVtbl
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 219 milliseconds