Is there any API's in windows, to get the RAM memory info like...Total RAM, Available RAM , shared RAM, buffered RAM, total swap space size)
I have checked in msdn meorymangement API's, but couldn't find much info.
Can anyone guide me on this.
Is there any API's in windows, to get the RAM memory info like...Total RAM, Available RAM , shared RAM, buffered RAM, total swap space size)
I have checked in msdn meorymangement API's, but couldn't find much info.
Can anyone guide me on this.
The GlobalMemoryStatusEx
function provides high-level information of that kind. See the documentation for the MEMORYSTATUSEX
structure for a description of what is reported.