Searched defs:GetOSTypeId (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 2157 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl 3120 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
|
H A D | VBoxCAPI_v3_0.h | 2695 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl 3673 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
|
H A D | VBoxCAPI_v3_1.h | 2598 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl 3685 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
|
H A D | VBoxCAPI_v3_2.h | 2653 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl 3843 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
|
H A D | VBoxCAPI_v4_0.h | 2901 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl 4064 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
|
H A D | VBoxCAPI_v4_1.h | 3092 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl 4371 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
|
H A D | VBoxCAPI_v4_2.h | 3364 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl 5295 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
|
H A D | VBoxCAPI_v4_3.h | 5056 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl 5780 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachineVtbl 6505 #define IMachine_get_OSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId)) 6506 #define IMachine_GetOSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId)) 10396 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl 10564 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuestVtbl 10729 #define IGuest_get_OSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId)) 10730 #define IGuest_GetOSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId))
|
Completed in 1122 milliseconds