Is there a way to find processes by a PID? So let's say, i create a process, let's say cmd.exe with CreateProcess
. From this cmd i open a notepad, and a paint. Is it possible to find those processes somehow? What i need is the PID from those processes.
Could someone please help me. It would be really important to me.
Thanks!