GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  Delphi

 Print  |  
Question:  What is the use of GlobalMemoryStatus() function in Delphi?



July 07, 2008 01:55:26 #1
 riyazthandora   Member Since: July 2008    Total Comments: 2 

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

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.


     

 

Back To Question