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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3017 nsresult (*GetMaxGuestRAM)(ISystemProperties *pThis, PRUint32 *maxGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_0.h3571 nsresult (*GetMaxGuestRAM)(ISystemProperties *pThis, PRUint32 *maxGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_1.h3552 nsresult (*GetMaxGuestRAM)(ISystemProperties *pThis, PRUint32 *maxGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_2.h3676 nsresult (*GetMaxGuestRAM)(ISystemProperties *pThis, PRUint32 *maxGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_0.h3886 nsresult (*GetMaxGuestRAM)(ISystemProperties *pThis, PRUint32 *maxGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_1.h4128 nsresult (*GetMaxGuestRAM)(ISystemProperties *pThis, PRUint32 *maxGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_2.h4472 nsresult (*GetMaxGuestRAM)(ISystemProperties *pThis, PRUint32 *maxGuestRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_3.h8062 nsresult (*GetMaxGuestRAM)(ISystemProperties *pThis, PRUint32 *maxGuestRAM); member in struct:ISystemProperties_vtbl
8198 nsresult (*GetMaxGuestRAM)(ISystemProperties *pThis, PRUint32 *maxGuestRAM); member in struct:ISystemPropertiesVtbl
8331 #define ISystemProperties_get_MaxGuestRAM(p, aMaxGuestRAM) ((p)->lpVtbl->GetMaxGuestRAM(p, aMaxGuestRAM))
8332 #define ISystemProperties_GetMaxGuestRAM(p, aMaxGuestRAM) ((p)->lpVtbl->GetMaxGuestRAM(p, aMaxGuestRAM))

Completed in 320 milliseconds