- I want to determine the amount of free RAM at a particular instant so that I let the user know whether a particular operation is possible or not, depending upon whether necessary amount of RAM is available or not.
EDIT: I found this. But as Travis says, it is some what mix of paging & RAM. I would like to know only the free RAM memory.
- Secondly I would like to understand how to use paging in Windows if necessary amount of RAM is not available. Thank You.