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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2166 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
2907 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_0.h2704 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3446 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_1.h2610 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3418 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_2.h2668 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3542 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_0.h2919 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3752 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_1.h3110 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3989 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_2.h3382 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
4333 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_3.h5074 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
5798 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachineVtbl
6529 #define IMachine_get_MemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
6530 #define IMachine_GetMemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
7704 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
7855 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHostVtbl
8003 #define IHost_get_MemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
8004 #define IHost_GetMemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))

Completed in 415 milliseconds