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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h3017 nsresult (*GetFaultTolerancePort)(IMachine *pThis, PRUint32 *faultTolerancePort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3214 nsresult (*GetFaultTolerancePort)(IMachine *pThis, PRUint32 *faultTolerancePort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3501 nsresult (*GetFaultTolerancePort)(IMachine *pThis, PRUint32 *faultTolerancePort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5204 nsresult (*GetFaultTolerancePort)(IMachine *pThis, PRUint32 *faultTolerancePort); member in struct:IMachine_vtbl
5928 nsresult (*GetFaultTolerancePort)(IMachine *pThis, PRUint32 *faultTolerancePort); member in struct:IMachineVtbl
6689 #define IMachine_get_FaultTolerancePort(p, aFaultTolerancePort) ((p)->lpVtbl->GetFaultTolerancePort(p, aFaultTolerancePort))
6690 #define IMachine_GetFaultTolerancePort(p, aFaultTolerancePort) ((p)->lpVtbl->GetFaultTolerancePort(p, aFaultTolerancePort))

Completed in 335 milliseconds