microsoft.public.win2000.developer
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
1 Reply
5 Views
Permalink to this page
Disable enhanced parsing
Thread Navigation
Denis @ TheOffice
2006-06-21 16:04:41 UTC
Ben Voigt
2006-06-23 22:13:19 UTC
Loading...