How to get the information that indicates whether a process is running in operation system memory?

I try to solve it by using winAPI in LS.

But I just cann’t find the right function.

Any suggestion is appriciate.

Subject: How to get the information that indicates whether a process is running in operation system memory?

There is an application called - procexp.exe

Its available from www.sysinternals.com for free. This will show you all the process running on a system (works on server OS as well)

Hope this helps :slight_smile: