VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Code to Display the % of Memory in Use

Raghu  (22 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Mon 25th December 2000   Mon 8th February 2021

Code to Display the % of Memory in Use

API Declarations


Private Type MEMORYSTATUS
dwLength as Long
dwMemoryLoad as Long
dwAvailPhys as long
dwTotalPhys as long
dwAvailVirtual as long
dwTotalVirtual as long
End Type

dim b as MEMORYSTATUS

Rate Code to Display the % of Memory in Use (2(2 Vote))
Code to Display the % of Memory in Use.bas

Code to Display the % of Memory in Use Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters