Is there any way to receive some kind of notification call from the OS when a process is created? I know that I can call EnumProcesses in PSAPI, but I'd rather not use a polling technique if I can get a notification via a callback function. Any suggestions?
Thanks,
Jason Bock
------------------
Thanks,
Jason Bock
------------------
Comment