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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3093 nsresult (*GetRecommendedRAM)(IGuestOSType *pThis, PRUint32 *recommendedRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_0.h3646 nsresult (*GetRecommendedRAM)(IGuestOSType *pThis, PRUint32 *recommendedRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_1.h3658 nsresult (*GetRecommendedRAM)(IGuestOSType *pThis, PRUint32 *recommendedRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_2.h3796 nsresult (*GetRecommendedRAM)(IGuestOSType *pThis, PRUint32 *recommendedRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_0.h4013 nsresult (*GetRecommendedRAM)(IGuestOSType *pThis, PRUint32 *recommendedRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_1.h4266 nsresult (*GetRecommendedRAM)(IGuestOSType *pThis, PRUint32 *recommendedRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_2.h4616 nsresult (*GetRecommendedRAM)(IGuestOSType *pThis, PRUint32 *recommendedRAM); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_3.h8464 nsresult (*GetRecommendedRAM)(IGuestOSType *pThis, PRUint32 *recommendedRAM); member in struct:IGuestOSType_vtbl
8525 nsresult (*GetRecommendedRAM)(IGuestOSType *pThis, PRUint32 *recommendedRAM); member in struct:IGuestOSTypeVtbl
8583 #define IGuestOSType_get_RecommendedRAM(p, aRecommendedRAM) ((p)->lpVtbl->GetRecommendedRAM(p, aRecommendedRAM))
8584 #define IGuestOSType_GetRecommendedRAM(p, aRecommendedRAM) ((p)->lpVtbl->GetRecommendedRAM(p, aRecommendedRAM))

Completed in 364 milliseconds