Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Process/KillProcess
- Timestamp:
- 03/12/25 07:52:56 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Process/KillProcess
v2 v3 2 2 Kill the specified process 3 3 4 {{{ 4 {{{#!c++ 5 5 void KillProcess(int nPid); 6 6 }}} … … 19 19 == Examples == 20 20 21 {{{ 21 {{{#!c++ 22 22 int n = GetProcessID("wtsvr"); 23 23 if(n != 0)