Searched defs:GetIs64Bit (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3087 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_0.h3640 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_1.h3652 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_2.h3790 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_0.h4007 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_1.h4260 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_2.h4610 nsresult (*GetIs64Bit)(IGuestOSType *pThis, PRBool *is64Bit); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_3.h8458 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 344 milliseconds