تسجيل الدخول

مشاهدة النسخة كاملة : Is it at all possible to get the REAL amount of memory installed on the computer?



C# Programming
06-09-2009, 08:00 PM
I need to get the amount of computer physical memory.
Now, I can get the amount Windows uses by a GlobalMemoryStatus kernel32 API call.
However, this returns me the same number I see in the My Computer properties dialog box. And if I set MAXMEM paramter in the boot.ini file to 500M, this is what I'll get from this function.

Does there exist a way to find out how much memory's really plugged into my motherboard?