Searched defs:GetTeleporterPort (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2684 nsresult (*GetTeleporterPort)(IMachine *pThis, PRUint32 *teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2751 nsresult (*GetTeleporterPort)(IMachine *pThis, PRUint32 *teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h3005 nsresult (*GetTeleporterPort)(IMachine *pThis, PRUint32 *teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3202 nsresult (*GetTeleporterPort)(IMachine *pThis, PRUint32 *teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3489 nsresult (*GetTeleporterPort)(IMachine *pThis, PRUint32 *teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5192 nsresult (*GetTeleporterPort)(IMachine *pThis, PRUint32 *teleporterPort); member in struct:IMachine_vtbl
5916 nsresult (*GetTeleporterPort)(IMachine *pThis, PRUint32 *teleporterPort); member in struct:IMachineVtbl
6673 #define IMachine_get_TeleporterPort(p, aTeleporterPort) ((p)->lpVtbl->GetTeleporterPort(p, aTeleporterPort))
6674 #define IMachine_GetTeleporterPort(p, aTeleporterPort) ((p)->lpVtbl->GetTeleporterPort(p, aTeleporterPort))

Completed in 612 milliseconds