Jun 4, 2001 #1 venkata Programmer Joined Aug 17, 2001 Messages 1 Location SG Hello how to find the RAM available on a system. r there any built in functions that will return me the available memory(RAM) on the System.
Hello how to find the RAM available on a system. r there any built in functions that will return me the available memory(RAM) on the System.
Jun 4, 2001 #2 KeithBrautigam Programmer Joined Nov 4, 2000 Messages 71 Location US Please try the GlobalMemoryStatus (or GlobalMemoryStatusEx) function. The Microsoft documentation is available at http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/winbase/memman_090z.htm Upvote 0 Downvote
Please try the GlobalMemoryStatus (or GlobalMemoryStatusEx) function. The Microsoft documentation is available at http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/winbase/memman_090z.htm