New process started

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

Hello everybody,

I learned to list the existing processes, but I would like to know if it
is possible to "capture" the start of new process on the computer. Or is
the only way to use timer and periodically check for new processes?

SK
 
Hello everybody,

I learned to list the existing processes, but I would like to know if it
is possible to "capture" the start of new process on the computer. Or is
the only way to use timer and periodically check for new processes?

SK

It should be something as there are programs that monitor it. I would
first see if WMI has something for this. Otherwise you are down the P/
invoke road :)

Do a search in the win32 NG
 
Back
Top