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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2605 nsresult (*SetHardwareUUID)(IMachine *pThis, PRUnichar * hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2660 nsresult (*SetHardwareUUID)(IMachine *pThis, PRUnichar * hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2908 nsresult (*SetHardwareUUID)(IMachine *pThis, PRUnichar * hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3099 nsresult (*SetHardwareUUID)(IMachine *pThis, PRUnichar * hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3371 nsresult (*SetHardwareUUID)(IMachine *pThis, PRUnichar * hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5063 nsresult (*SetHardwareUUID)(IMachine *pThis, PRUnichar * hardwareUUID); member in struct:IMachine_vtbl
5787 nsresult (*SetHardwareUUID)(IMachine *pThis, PRUnichar * hardwareUUID); member in struct:IMachineVtbl
6515 #define IMachine_put_HardwareUUID(p, aHardwareUUID) ((p)->lpVtbl->SetHardwareUUID(p, aHardwareUUID))
6516 #define IMachine_SetHardwareUUID(p, aHardwareUUID) ((p)->lpVtbl->SetHardwareUUID(p, aHardwareUUID))

Completed in 604 milliseconds