VirtualBox

Changeset 16999 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Feb 23, 2009 9:55:20 AM (16 years ago)
Author:
vboxsync
Message:

iprt: RTProcIsRunningByName implementation for Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/process.h

    r16964 r16999  
    248248RTR3DECL(int)   RTProcDaemonize(bool fNoChDir, bool fNoClose, const char *pszPidfile);
    249249
     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 */
     257RTR3DECL(bool)  RTProcIsRunningByName(const char *pszName);
     258
    250259#endif /* IN_RING3 */
    251260
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette