Jun 4, 2001 #1 venkata Programmer Aug 17, 2001 1 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 Nov 4, 2000 71 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