createProcess

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CreatedProcess createProcess(string applicationName, string commandLine, STARTUPINFOW si)
  2. CreatedProcess createProcess(string applicationName, string commandLine, string currentDirectory, STARTUPINFOW si)
    version(Windows)
    static if(_WIN32_WINNT >= 0x500)
    createProcess
    (,,,
    STARTUPINFOW si = STARTUPINFOW.init
    )

Meta