ram amount query?

Started by
2 comments, last by DuckMaestro 20 years ago
How do i query the OS to find out how much physical ram the computer has, as well as how much total memory (physical + virtual) there is? The best that i could find is GetSystemInfo but it doesnt return anything regarding ram or memory. - Duck
- Duck
Advertisement
btw im coding for Win32 API in C++.
- Duck
GlobalMemoryStatus()
ReactOS - an Open-source operating system compatible with Windows NT apps and drivers
thanks Martee. exactly what i need.
- Duck

This topic is closed to new replies.

Advertisement