Discussion:
Howto find out if the process is a system or user the from process ID
(too old to reply)
Denis @ TheOffice
2006-06-21 16:04:41 UTC
Permalink
I need to find out from enum process if the process is a system or user.
How can I do that?

Thanks
Denis
Ben Voigt
2006-06-23 22:13:19 UTC
Permalink
Post by Denis @ TheOffice
I need to find out from enum process if the process is a system or user.
How can I do that?
From the SDK docs, try OpenProcessToken and GetTokenInformation using the
TokenUser class.
Post by Denis @ TheOffice
Thanks
Denis
Loading...