|
FireSync API
|
Constructs a kProcess object.
Windows specific: The path string can specify the full path and file name of the module to execute or it can specify a partial name. In the case of a partial name, the function uses the current drive and current directory to complete the specification. The function will not use the search path.
The extension ".exe" is added to the string.
| process | Destination for the constructed object handle. |
| path | Path of the new process. |
| allocator | Memory allocator (or kNULL for default). |