Searched refs:aMemorySize (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DHostImpl.h100 HRESULT getMemorySize(ULONG *aMemorySize);
H A DMachineImpl.h868 HRESULT getMemorySize(ULONG *aMemorySize);
869 HRESULT setMemorySize(ULONG aMemorySize);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1412 HRESULT Machine::getMemorySize(ULONG *aMemorySize) argument
1416 *aMemorySize = mHWData->mMemorySize;
1421 HRESULT Machine::setMemorySize(ULONG aMemorySize) argument
1424 if ( aMemorySize < MM_RAM_MIN_IN_MB
1425 || aMemorySize > MM_RAM_MAX_IN_MB
1429 aMemorySize, MM_RAM_MIN_IN_MB, MM_RAM_MAX_IN_MB);
1438 mHWData->mMemorySize = aMemorySize;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h6529 #define IMachine_get_MemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
6530 #define IMachine_GetMemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
6531 #define IMachine_put_MemorySize(p, aMemorySize) ((p)->lpVtbl->SetMemorySize(p, aMemorySize))
6532 #define IMachine_SetMemorySize(p, aMemorySize) ((p)->lpVtbl->SetMemorySize(p, aMemorySize))
8003 #define IHost_get_MemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
[all...]

Completed in 719 milliseconds