Vielleicht helfen dir mal diese zwei Funktionen weiter:
Aus der SDK:
GetProcessWorkingSetSize \"The GetProcessWorkingSetSize function retrieves the minimum and maximum working set sizes of the specified process.
The \"working set\" of a process is the set of memory pages currently visible to the process in physical RAM memory. These pages are resident and available for an application to use without triggering a page fault\"
ReadProcessMemoryReadProcessMemory This function reads memory in a specified process. The entire area to be read must be accessible, or the operation fails
.
Unter [a href="http://www.tamaracka.com" target="_blank"]www.tamaracka.com[/a] solltest du auch Beispiele finden.