Home > Archive > Visual Basic > March 2006 > API Call to get the memory usage of a particular process
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
API Call to get the memory usage of a particular process
|
|
|
| Dear All,
Can anyone help me out to get the memory used (Both Physical and Virtual) by
a specific process using an API call.
Thanks and Regards,
Peri
| |
| Karl E. Peterson 2006-03-30, 6:56 pm |
| Peri wrote:
> Can anyone help me out to get the memory used (Both Physical and
> Virtual) by a specific process using an API call.
The API call you're looking for is GetProcessMemoryInfo, but you'll need to
make a few in preparation for that one, and probably a few to interpret what
it returns. So, to answer your specific non-question, no. HTH! ;-)
--
Working without a .NET?
http://classicvb.org/
|
|
|
|
|