implements of function which deals with process More...
#include "stdafx.h"#include <sys/types.h>#include <unistd.h>#include <signal.h>
Go to the source code of this file.
Functions | |
| unsigned int | getprocessid () |
| gets procsess ID More... | |
| bool | processexists (const unsigned int pid) |
| judges whether specified process is exists or not. More... | |
implements of function which deals with process
Copyright(C) 2006-2014 Eisai Co., Ltd. All rights reserved.
Definition in file ProcessFunctions.cpp.
| unsigned int getprocessid | ( | ) |
| bool processexists | ( | const unsigned int | pid | ) |
judges whether specified process is exists or not.
| [in] | pid | process ID |
Definition at line 37 of file ProcessFunctions.cpp.
1.8.6