A library that contains functions used for interacting with other processes on the system.
int CreateProcess(string cmd_line)
Takes a string as input, and uses it to spawn a new process. The function returns a handle to the newly created process.
A library that contains functions used for interacting with other processes on the system.
int CreateProcess(string cmd_line)
Takes a string as input, and uses it to spawn a new process. The function returns a handle to the newly created process.