kctan
October 26th, 2004, 03:46 AM
I'm using psapi to enumerate all the processes in the memory, but some of the processes cannot be retrieve, from what MSDN said, it says certain processes are granted with access. How can I get the process's name?
|
Click to See Complete Forum and Search --> : PSAPI.h problem kctan October 26th, 2004, 03:46 AM I'm using psapi to enumerate all the processes in the memory, but some of the processes cannot be retrieve, from what MSDN said, it says certain processes are granted with access. How can I get the process's name? AdaraCD October 26th, 2004, 04:08 AM To OpenProcess() you need the SE_DEBUG_NAME privilege enabled search this forum for some code samples codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |