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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h3018 nsresult (*SetFaultTolerancePort)(IMachine *pThis, PRUint32 faultTolerancePort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3215 nsresult (*SetFaultTolerancePort)(IMachine *pThis, PRUint32 faultTolerancePort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3502 nsresult (*SetFaultTolerancePort)(IMachine *pThis, PRUint32 faultTolerancePort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5205 nsresult (*SetFaultTolerancePort)(IMachine *pThis, PRUint32 faultTolerancePort); member in struct:IMachine_vtbl
5929 nsresult (*SetFaultTolerancePort)(IMachine *pThis, PRUint32 faultTolerancePort); member in struct:IMachineVtbl
6691 #define IMachine_put_FaultTolerancePort(p, aFaultTolerancePort) ((p)->lpVtbl->SetFaultTolerancePort(p, aFaultTolerancePort))
6692 #define IMachine_SetFaultTolerancePort(p, aFaultTolerancePort) ((p)->lpVtbl->SetFaultTolerancePort(p, aFaultTolerancePort))

Completed in 331 milliseconds