createProcess

Create a Windows process.

  1. CreatedProcess createProcess(string applicationName, string commandLine, STARTUPINFOW si)
    version(Windows)
    static if(_WIN32_WINNT >= 0x500)
    createProcess
    (,,
    STARTUPINFOW si = STARTUPINFOW.init
    )
  2. CreatedProcess createProcess(string applicationName, string commandLine, string currentDirectory, STARTUPINFOW si)

Meta