Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've tried PROCESS_QUERY_LIMITED_INFORMATION in this function:

hp = OpenProcess(  PROCESS_QUERY_LIMITED_INFORMATION, 0, pid );  

But it still fails.

share|improve this question
2  
What's the error code? You probably don't have permission to open those processes. From MSDN: "If the function fails, the return value is NULL. To get extended error information, call GetLastError." – James Jun 21 '12 at 23:49
Yes! the value returned is NULL. I see that some applications can calculate memory usage of those processes. How can I do that? – The Pianist Jun 21 '12 at 23:58
Someone asked this yesterday. An answer: stackoverflow.com/a/11139483/292432 – arx Jun 22 '12 at 7:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.