Changeset 16999 in vbox for trunk/include/iprt
- Timestamp:
- Feb 23, 2009 9:55:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/process.h
r16964 r16999 248 248 RTR3DECL(int) RTProcDaemonize(bool fNoChDir, bool fNoClose, const char *pszPidfile); 249 249 250 /** 251 * Check if the given process is running on the system. This check is case 252 * sensitive. 253 * 254 * @returns true if the process is running & false otherwise. 255 * @param pszName Process name to search for. 256 */ 257 RTR3DECL(bool) RTProcIsRunningByName(const char *pszName); 258 250 259 #endif /* IN_RING3 */ 251 260
Note:
See TracChangeset
for help on using the changeset viewer.