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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2167 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2705 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2611 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2669 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2920 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3111 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3383 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5075 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize); member in struct:IMachine_vtbl
5799 nsresult (*SetMemorySize)(IMachine *pThis, PRUint32 memorySize); member in struct:IMachineVtbl
6531 #define IMachine_put_MemorySize(p, aMemorySize) ((p)->lpVtbl->SetMemorySize(p, aMemorySize))
6532 #define IMachine_SetMemorySize(p, aMemorySize) ((p)->lpVtbl->SetMemorySize(p, aMemorySize))

Completed in 457 milliseconds