Hi all,
I am new to windows programming. I am currently using Delphi. Is there a way to tell how much total memory (including virtual memory) is currently available on a computer.
As far as I am aware... Delphi programs start out automatically with an address space of 1 or 2 megs but more memory is automatically made available as needed by the program up until the point where the computer runs out of virtual memory.
So basically the question is...
Is there a delphi function or a win32 function that returns the amount of virtual memory that is currently available.
Any ideas?
Thanks
Eddie