Kill process tree when stopping service.
[nssm.git] / process.h
1 #ifndef PROCESS_H
2 #define PROCESS_H
3
4 #include <tlhelp32.h>
5
6 void kill_process_tree(char *, unsigned long, unsigned long, unsigned long);
7
8 #endif