The title says it all. In pseudocode...
processHandle = _spawnl(_P_NOWAIT, "foo.exe", ...);
/* time passes... */
WossnameKillFunction(processHandle);
Thanks!
feedback
|
|
There is no terminate counterpart to the VC++ function
Note it only returns a Of course, it's far better if you can somehow communicate to the process that it should exit gracefully. (And as a small side note: despite what MSDN says about | ||||
|
feedback
|
|
| |||
|
feedback
|