Searched defs:GetIs64Bit (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 3087 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
|
H A D | VBoxCAPI_v3_0.h | 3640 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
|
H A D | VBoxCAPI_v3_1.h | 3652 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
|
H A D | VBoxCAPI_v3_2.h | 3790 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
|
H A D | VBoxCAPI_v4_0.h | 4007 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
|
H A D | VBoxCAPI_v4_1.h | 4260 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
|
H A D | VBoxCAPI_v4_2.h | 4610 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
|
H A D | VBoxCAPI_v4_3.h | 8458 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl 8519 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSTypeVtbl 8577 #define IGuestOSType_get_Is64Bit(p, aIs64Bit) ((p)->lpVtbl->GetIs64Bit(p, aIs64Bit)) 8578 #define IGuestOSType_GetIs64Bit(p, aIs64Bit) ((p)->lpVtbl->GetIs64Bit(p, aIs64Bit))
|
Completed in 482 milliseconds