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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2685 nsresult (*SetTeleporterPort)(IMachine *pThis, PRUint32 teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2752 nsresult (*SetTeleporterPort)(IMachine *pThis, PRUint32 teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h3006 nsresult (*SetTeleporterPort)(IMachine *pThis, PRUint32 teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3203 nsresult (*SetTeleporterPort)(IMachine *pThis, PRUint32 teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3490 nsresult (*SetTeleporterPort)(IMachine *pThis, PRUint32 teleporterPort); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5193 nsresult (*SetTeleporterPort)(IMachine *pThis, PRUint32 teleporterPort); member in struct:IMachine_vtbl
5917 nsresult (*SetTeleporterPort)(IMachine *pThis, PRUint32 teleporterPort); member in struct:IMachineVtbl
6675 #define IMachine_put_TeleporterPort(p, aTeleporterPort) ((p)->lpVtbl->SetTeleporterPort(p, aTeleporterPort))
6676 #define IMachine_SetTeleporterPort(p, aTeleporterPort) ((p)->lpVtbl->SetTeleporterPort(p, aTeleporterPort))

Completed in 371 milliseconds