D Denis @ TheOffice Jun 21, 2006 #1 I need to find out from enum process if the process is a system or user. How can I do that? Thanks Denis
I need to find out from enum process if the process is a system or user. How can I do that? Thanks Denis
B Ben Voigt Jun 23, 2006 #2 Denis @ TheOffice said: I need to find out from enum process if the process is a system or user. How can I do that? Click to expand... From the SDK docs, try OpenProcessToken and GetTokenInformation using the TokenUser class.
Denis @ TheOffice said: I need to find out from enum process if the process is a system or user. How can I do that? Click to expand... From the SDK docs, try OpenProcessToken and GetTokenInformation using the TokenUser class.