Hi ,,
I am using GetProcessMemoryInfo windows api to get
current memory usage by process..
It takes PPROCESS_MEMORY_COUNTERS pointer as argument.
I got value values in PPROCESS_MEMORY_COUNTERS structure
member after calling this api..

but what is the actual memory consumed by my process........
Is it Working set size or Page File Usage
which are the members of PROCESS_MEMORY_COUNTERS struct

Please help..

It is not constructive to keep posting what is effectively the same question in new threads. What you should do is work out what precisely you are trying to achieve and why?

If you feel that you have solved the first issue and moved on to the next mark the old threads as solved. But this would seem to be very similar to your last thread with NARUE pointing to the documentation.

Is this still related to you trying to solve a memory problem?

Hi ,,
I am using GetProcessMemoryInfo windows api to get
current memory usage by process..
It takes PPROCESS_MEMORY_COUNTERS pointer as argument.
I got value values in PPROCESS_MEMORY_COUNTERS structure
member after calling this api..

but what is the actual memory consumed by my process........
Is it Working set size or Page File Usage
which are the members of PROCESS_MEMORY_COUNTERS struct

Please help..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.