Hello,

What is meant by the term 'paging file' when addressing memory usage.?

Example

dwTotalPageFile:
Indicates the total number of bytes that can be stored in the paging file

dwAvailPageFile
Indicates the number of bytes available in the paging file.


I'm trying to use the api's call 'GlobalMemoryStatus', but I'm not sure what part these members play

Thanks for the help

Hmm