VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get the amount of physical and virtual memory free,used using GlobalMemoryStatus API

Karthikeyan  (187 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Thu 1st November 2001   Mon 8th February 2021

Get the amount of physical and virtual memory free,used using GlobalMemoryStatus API

API Declarations


dwLength As Long
dwMemoryLoad As Long
dwTotalPhys As Long
dwAvailPhys As Long
dwTotalPageFile As Long
dwAvailPageFile As Long
dwTotalVirtual As Long
dwAvailVirtual As Long
End Type
Private Declare Sub GlobalMemoryStatus Lib "kernel32" (lpBuffer As MEMORYSTATUS)

Rate Get the amount of physical and virtual memory free,used using GlobalMemoryStatus API (2(2 Vote))
Get the amount of physical and virtual memory free,used using GlobalMemoryStatus API.bas

Get the amount of physical and virtual memory free,used using GlobalMemoryStatus API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters