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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2604 nsresult (*GetHardwareUUID)(IMachine *pThis, PRUnichar * *hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2659 nsresult (*GetHardwareUUID)(IMachine *pThis, PRUnichar * *hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2907 nsresult (*GetHardwareUUID)(IMachine *pThis, PRUnichar * *hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3098 nsresult (*GetHardwareUUID)(IMachine *pThis, PRUnichar * *hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3370 nsresult (*GetHardwareUUID)(IMachine *pThis, PRUnichar * *hardwareUUID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5062 nsresult (*GetHardwareUUID)(IMachine *pThis, PRUnichar * *hardwareUUID); member in struct:IMachine_vtbl
5786 nsresult (*GetHardwareUUID)(IMachine *pThis, PRUnichar * *hardwareUUID); member in struct:IMachineVtbl
6513 #define IMachine_get_HardwareUUID(p, aHardwareUUID) ((p)->lpVtbl->GetHardwareUUID(p, aHardwareUUID))
6514 #define IMachine_GetHardwareUUID(p, aHardwareUUID) ((p)->lpVtbl->GetHardwareUUID(p, aHardwareUUID))

Completed in 342 milliseconds