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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2687 nsresult (*GetTeleporterAddress)(IMachine *pThis, PRUnichar * *teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2754 nsresult (*GetTeleporterAddress)(IMachine *pThis, PRUnichar * *teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h3008 nsresult (*GetTeleporterAddress)(IMachine *pThis, PRUnichar * *teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3205 nsresult (*GetTeleporterAddress)(IMachine *pThis, PRUnichar * *teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3492 nsresult (*GetTeleporterAddress)(IMachine *pThis, PRUnichar * *teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5195 nsresult (*GetTeleporterAddress)(IMachine *pThis, PRUnichar * *teleporterAddress); member in struct:IMachine_vtbl
5919 nsresult (*GetTeleporterAddress)(IMachine *pThis, PRUnichar * *teleporterAddress); member in struct:IMachineVtbl
6677 #define IMachine_get_TeleporterAddress(p, aTeleporterAddress) ((p)->lpVtbl->GetTeleporterAddress(p, aTeleporterAddress))
6678 #define IMachine_GetTeleporterAddress(p, aTeleporterAddress) ((p)->lpVtbl->GetTeleporterAddress(p, aTeleporterAddress))

Completed in 334 milliseconds