Mass++ Common Libraries v2.7.5
 All Classes Namespaces Files Functions Variables Enumerations Macros
ProcessFunctions.h
Go to the documentation of this file.
1 
12 #ifndef __KOME_CORE_PROCESS_FUNCTIONS_H__
13 #define __KOME_CORE_PROCESS_FUNCTIONS_H__
14 
15 
21 unsigned int getprocessid();
22 
29 bool processexists( const unsigned int pid );
30 
31 
32 #endif // __KOME_CORE_PROCESS_FUNCTIONS_H__
bool processexists(const unsigned int pid)
judges whether specified process is exists or not.
unsigned int getprocessid()
gets procsess ID