Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Process/GetProcessIDExcludeSelf
- Timestamp:
- 03/12/25 07:53:13 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Process/GetProcessIDExcludeSelf
v5 v6 2 2 Get the process ID of the specified name exluding the running process 3 3 4 {{{ 4 {{{#!c++ 5 5 int GetProcessIDExcludeSelf(const string& strName); 6 6 … … 22 22 == Examples == 23 23 24 {{{ 24 {{{#!c++ 25 25 string strProc = "myapp"; 26 26 if(GetProcessIDExcludeSelf(strProc) != 0)