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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2691 nsresult (*SetTeleporterPassword)(IMachine *pThis, PRUnichar * teleporterPassword); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2758 nsresult (*SetTeleporterPassword)(IMachine *pThis, PRUnichar * teleporterPassword); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h3012 nsresult (*SetTeleporterPassword)(IMachine *pThis, PRUnichar * teleporterPassword); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3209 nsresult (*SetTeleporterPassword)(IMachine *pThis, PRUnichar * teleporterPassword); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3496 nsresult (*SetTeleporterPassword)(IMachine *pThis, PRUnichar * teleporterPassword); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5199 nsresult (*SetTeleporterPassword)(IMachine *pThis, PRUnichar * teleporterPassword); member in struct:IMachine_vtbl
5923 nsresult (*SetTeleporterPassword)(IMachine *pThis, PRUnichar * teleporterPassword); member in struct:IMachineVtbl
6683 #define IMachine_put_TeleporterPassword(p, aTeleporterPassword) ((p)->lpVtbl->SetTeleporterPassword(p, aTeleporterPassword))
6684 #define IMachine_SetTeleporterPassword(p, aTeleporterPassword) ((p)->lpVtbl->SetTeleporterPassword(p, aTeleporterPassword))

Completed in 255 milliseconds