Get user from process (windows NT/XP)
-
Hi! I need to know how to get user information of every process running in windows. I already have a list with all the process id's, but I can't find the way to obtain the user names (or user id's) of the owners of that processes. I'm using VC++ 6 Can you help me, please? Thanks!!!
-
Hi! I need to know how to get user information of every process running in windows. I already have a list with all the process id's, but I can't find the way to obtain the user names (or user id's) of the owners of that processes. I'm using VC++ 6 Can you help me, please? Thanks!!!
Have a look at the
PSAPI
andTool Help Library
in MSDN. Peace! -=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites (Please rate this post!) -
Have a look at the
PSAPI
andTool Help Library
in MSDN. Peace! -=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites (Please rate this post!) -
Hi! I need to know how to get user information of every process running in windows. I already have a list with all the process id's, but I can't find the way to obtain the user names (or user id's) of the owners of that processes. I'm using VC++ 6 Can you help me, please? Thanks!!!