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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3538 nsresult (*GetAutostartDelay)(IMachine *pThis, PRUint32 *autostartDelay); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5241 nsresult (*GetAutostartDelay)(IMachine *pThis, PRUint32 *autostartDelay); member in struct:IMachine_vtbl
5965 nsresult (*GetAutostartDelay)(IMachine *pThis, PRUint32 *autostartDelay); member in struct:IMachineVtbl
6737 #define IMachine_get_AutostartDelay(p, aAutostartDelay) ((p)->lpVtbl->GetAutostartDelay(p, aAutostartDelay))
6738 #define IMachine_GetAutostartDelay(p, aAutostartDelay) ((p)->lpVtbl->GetAutostartDelay(p, aAutostartDelay))

Completed in 239 milliseconds