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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3015 nsresult (*GetMinGuestRAM)(ISystemProperties *pThis, PRUint32 *minGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_0.h3569 nsresult (*GetMinGuestRAM)(ISystemProperties *pThis, PRUint32 *minGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_1.h3550 nsresult (*GetMinGuestRAM)(ISystemProperties *pThis, PRUint32 *minGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_2.h3674 nsresult (*GetMinGuestRAM)(ISystemProperties *pThis, PRUint32 *minGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_0.h3884 nsresult (*GetMinGuestRAM)(ISystemProperties *pThis, PRUint32 *minGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_1.h4126 nsresult (*GetMinGuestRAM)(ISystemProperties *pThis, PRUint32 *minGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_2.h4470 nsresult (*GetMinGuestRAM)(ISystemProperties *pThis, PRUint32 *minGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_3.h8060 nsresult (*GetMinGuestRAM)(ISystemProperties *pThis, PRUint32 *minGuestRAM); member in struct:ISystemProperties_vtbl
8196 nsresult (*GetMinGuestRAM)(ISystemProperties *pThis, PRUint32 *minGuestRAM); member in struct:ISystemPropertiesVtbl
8329 #define ISystemProperties_get_MinGuestRAM(p, aMinGuestRAM) ((p)->lpVtbl->GetMinGuestRAM(p, aMinGuestRAM))
8330 #define ISystemProperties_GetMinGuestRAM(p, aMinGuestRAM) ((p)->lpVtbl->GetMinGuestRAM(p, aMinGuestRAM))

Completed in 477 milliseconds