Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Process/GetProcessIDExcludeSelf
- Timestamp:
- 11/30/10 12:12:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Process/GetProcessIDExcludeSelf
v3 v4 3 3 4 4 {{{ 5 int GetProcessID (const string& strName);5 int GetProcessIDExcludeSelf(const string& strName); 6 6 7 int GetProcessID (const char* pszName);7 int GetProcessIDExcludeSelf(const char* pszName); 8 8 }}} 9 9