DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Sep 26, 2008 2:14 am Post subject: GlobalMemoryStatusEx or GetPhysicallyInstalledSystemMemory? |
|
|
I want to check how many RAM is installed in my system, the question is which one should i use cause GlobalMem isn\\\'t working correctly for me or i did something wrong, i used the regular structure, anyways
if most people say GlobalMemSEx, then can someone find me the MEMORYSTATUSEX Structure in delphi ?
about GetPhysicallyInstalledSystemMemory, is this a new API especially for Vista ? (SP1), cause it doesn\\\'t work (according to MSDN) on other Windows OS...
Edit: Ok, i found out that GetPhysicallyInstalledSystemMemory gets the PHYSICAL amount of RAM installed in the PC, and GlobalMemoryStatusEx gets the amount of RAM the Windows OS uses.
|
|