WM6 user process

  • Thread starter Thread starter andrej.r
  • Start date Start date
A

andrej.r

Hello,
im just wondering, how to filter out only processes that are running
by user. I have all process that are running on my phone (i'm using
OpenCF library), by calling ProcessEntry.GetProcesses(), but that's
not what i'm looking for.
In full .NET i would use ManagementObjectCollection and
ManagementObjectSearcher to get user of process with query, but i have
no idea how to do that in CE (still new :P).
So the result would look like if you open task manager on you phone,
there are listed only programs run by user but not system ones.

thx
 
CE doesn't have any such concept as it has no user credentail framework.
The OS has no idea, looking at any executable, who ran it.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
Back
Top