MattX Posted March 24, 2014 Share Posted March 24, 2014 Must be missing something obvious but I'm getting no output - ( blank message box ) Outlook is running etc - I'm trying to get memory usage $mem = ProcessGetStats("outlook.exe", 0) MsgBox(0, "Size is:", $mem) Link to comment Share on other sites More sharing options...
FireFox Posted March 24, 2014 Share Posted March 24, 2014 Hi, Yeah it's obvious, from the helpfile : Success: an array of infos data (See Remarks). Br, FireFox. Link to comment Share on other sites More sharing options...
MattX Posted March 24, 2014 Author Share Posted March 24, 2014 Doh !! Link to comment Share on other sites More sharing options...
MattX Posted March 24, 2014 Author Share Posted March 24, 2014 Thanks - wondering why now I'm not getting the correct memory output - on checking my task manager notepad is using 2,076K When running this: #include <Array.au3> $mem = ProcessGetStats("notepad.exe", 1) _ArrayDisplay($mem) It returns. [0]|1 [1]|0 [2]|224 [3]|60 [4]|0 [5]|1016 When running it with the type set to 0 I get: [0]|6955008 [1]|6955008 Link to comment Share on other sites More sharing options...
MattX Posted March 24, 2014 Author Share Posted March 24, 2014 Ignore, its the working set memory its returning. Ggggggrrrr Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now