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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2688 nsresult (*SetTeleporterAddress)(IMachine *pThis, PRUnichar * teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2755 nsresult (*SetTeleporterAddress)(IMachine *pThis, PRUnichar * teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h3009 nsresult (*SetTeleporterAddress)(IMachine *pThis, PRUnichar * teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3206 nsresult (*SetTeleporterAddress)(IMachine *pThis, PRUnichar * teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3493 nsresult (*SetTeleporterAddress)(IMachine *pThis, PRUnichar * teleporterAddress); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5196 nsresult (*SetTeleporterAddress)(IMachine *pThis, PRUnichar * teleporterAddress); member in struct:IMachine_vtbl
5920 nsresult (*SetTeleporterAddress)(IMachine *pThis, PRUnichar * teleporterAddress); member in struct:IMachineVtbl
6679 #define IMachine_put_TeleporterAddress(p, aTeleporterAddress) ((p)->lpVtbl->SetTeleporterAddress(p, aTeleporterAddress))
6680 #define IMachine_SetTeleporterAddress(p, aTeleporterAddress) ((p)->lpVtbl->SetTeleporterAddress(p, aTeleporterAddress))

Completed in 326 milliseconds