Giacomo's Blog

A blog to collect the results, lessons learnt, and general thoughts about my projects and experiments

Home About me Blog Panda Docs

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.