Searched defs:GetRecommendedPAE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h4628 nsresult (*GetRecommendedPAE)(IGuestOSType *pThis, PRBool *recommendedPAE); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_3.h8476 nsresult (*GetRecommendedPAE)(IGuestOSType *pThis, PRBool *recommendedPAE); member in struct:IGuestOSType_vtbl
8537 nsresult (*GetRecommendedPAE)(IGuestOSType *pThis, PRBool *recommendedPAE); member in struct:IGuestOSTypeVtbl
8595 #define IGuestOSType_get_RecommendedPAE(p, aRecommendedPAE) ((p)->lpVtbl->GetRecommendedPAE(p, aRecommendedPAE))
8596 #define IGuestOSType_GetRecommendedPAE(p, aRecommendedPAE) ((p)->lpVtbl->GetRecommendedPAE(p, aRecommendedPAE))

Completed in 196 milliseconds