In order to find the amount of memory used by an application, we have a getprocessmemoryinfo API. But this is not listed in vb6 api viewer tool. Does it mean that it wouldnt work with vb6 or is there any other way of achieving it ?
Printable View
In order to find the amount of memory used by an application, we have a getprocessmemoryinfo API. But this is not listed in vb6 api viewer tool. Does it mean that it wouldnt work with vb6 or is there any other way of achieving it ?
download the API guide here: http://www.allapi.net/agnet/apiguide.shtml
it's way better than the thing that comes with VB (has examples too), and it does list GetProcessMemoryInfo. perhaps that API just wasn't documented when VB's API viewer was made.
:)