Interview Questions

What is the use of GlobalMemoryStatus() function in Delphi

Delphi Interview Questions


(Continued from previous question...)

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.

(Continued on next question...)

Other Interview Questions