CompuServe Thread

#current mem & resource

2 messages in this thread
#30430From: Tarn Faulkner [MSFT]Jul 10, 1994 6:28 PM
LAM Chi-fung, >> Hello, I would like to as is there any function in VC++ to get the current system resource status (e.g. like Program Manager's help) also, the system TRUE MEMORY (RAM) left, availiable memory (include swap disk) etc ? Thanks. << There aren't any Visual C++ specific functions for this, but there are a couple SDK functions. Knowledge Base article Q74941 "Determining Free Memory in Windows in Enhanced Mode" in the MSKB describes some of the methods for this. You might also check in the WINSDK forum regarding this, as they work more directly with Windows memory management issues. Hope this helps! Tarn Faulkner Microsoft Developer Support
#30446From: LAM Chi-fungJul 10, 1994 9:21 PM
Hello Tarn, >Knowledge Base article Q74941 "Determining Free Memory in Windows >in Enhanced Mode" in the MSKB describes some of the methods for this. I see. Thanks. Eventually I find a file called SYSINF.ZIP in SDK forum which contain what I need. Regds LAM Chi-fun