Checking other processes memory usage?
-
Hi, I want to create a program that can monitor another processes memory usage.. Where it can find information about other processes memory usage?? WinAPI is large and wide and I am lost :sigh:
-
Hi, I want to create a program that can monitor another processes memory usage.. Where it can find information about other processes memory usage?? WinAPI is large and wide and I am lost :sigh:
You can also use
OpenProcess
andVirtualQueryEx
People that start writing code immediately are programmers (or hackers), people that ask questions first are Software Engineers - Graham Shanks -
Hi, I want to create a program that can monitor another processes memory usage.. Where it can find information about other processes memory usage?? WinAPI is large and wide and I am lost :sigh: