What is the use of GlobalMemoryStatus() function in Delphi?

Questions by RyanJames   answers by RyanJames

Showing Answers 1 - 3 of 3 Answers

 

It is a function in Delphi to find the Total memory status.

It accepts TMemoryStatus variable as var parameter.

It fills the variable entity with different memory status info like Total phisical

Memory, available phisical memory, total vrtual memory available virtual memory,

total page file, available page file etc.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions