What kernel function returns process stats

J

joeu2004

What kernel function returns process statistics either for the current
process or for the specified process?

(For the latter, I would pass the result from GetCurrentProcessID.)

Currently, I am only interested in the Mem Usage and VM Size for the
current process, as they are called in Task Manager.

So if there is only a function that returns memory usage information
for the current or specified process, that will do.

Please provide the function declaration to use in VBA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top