I am using CreateProcess function for creating the process, is there any option to get the current state of the process (running or not). Kindly guide me how can I make it possible.
I am using CreateProcess function for creating the process, is there any option to
Share
Use
OpenProcessfunction with that dwProcessId if it returns NULL Process is not running otherwise it will return handle to that process