no message
parent
be55c4218d
commit
791e274f52
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-07-23 23:40:36
|
||||
* @LastEditTime: 2021-07-25 02:31:09
|
||||
* @LastEditTime: 2021-07-25 02:42:00
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: In User Settings Edi
|
||||
* @FilePath: \generallib\general\src\function\daemon.h
|
||||
|
@ -21,4 +21,14 @@ extern "C"{
|
|||
#include <windows.h>
|
||||
#include <Tlhelp32.h>
|
||||
#include <psapi.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class DaemonizeMonitor{
|
||||
public:
|
||||
DaemonizeMonitor(string path);
|
||||
int Start();
|
||||
int AddNewProcess(string);
|
||||
private:
|
||||
std::vector<string> m_path_process;
|
||||
};
|
Loading…
Reference in New Issue