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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3021 nsresult (*GetMaxGuestVRAM)(ISystemProperties *pThis, PRUint32 *maxGuestVRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_0.h3575 nsresult (*GetMaxGuestVRAM)(ISystemProperties *pThis, PRUint32 *maxGuestVRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_1.h3556 nsresult (*GetMaxGuestVRAM)(ISystemProperties *pThis, PRUint32 *maxGuestVRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_2.h3680 nsresult (*GetMaxGuestVRAM)(ISystemProperties *pThis, PRUint32 *maxGuestVRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_0.h3890 nsresult (*GetMaxGuestVRAM)(ISystemProperties *pThis, PRUint32 *maxGuestVRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_1.h4132 nsresult (*GetMaxGuestVRAM)(ISystemProperties *pThis, PRUint32 *maxGuestVRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_2.h4476 nsresult (*GetMaxGuestVRAM)(ISystemProperties *pThis, PRUint32 *maxGuestVRAM); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_3.h8066 nsresult (*GetMaxGuestVRAM)(ISystemProperties *pThis, PRUint32 *maxGuestVRAM); member in struct:ISystemProperties_vtbl
8202 nsresult (*GetMaxGuestVRAM)(ISystemProperties *pThis, PRUint32 *maxGuestVRAM); member in struct:ISystemPropertiesVtbl
8335 #define ISystemProperties_get_MaxGuestVRAM(p, aMaxGuestVRAM) ((p)->lpVtbl->GetMaxGuestVRAM(p, aMaxGuestVRAM))
8336 #define ISystemProperties_GetMaxGuestVRAM(p, aMaxGuestVRAM) ((p)->lpVtbl->GetMaxGuestVRAM(p, aMaxGuestVRAM))

Completed in 277 milliseconds