0
0
mirror of https://git.sdf.org/deCloudflare/deCloudflare/ synced 2024-06-03 11:10:47 +00:00
deCloudflare/tool/PGListUtil/src/PGListUtil/ThreadExecute.h

17 lines
307 B
C++

#ifndef THREADEXECUTE_H
#define THREADEXECUTE_H
#include <windows.h>
namespace ThreadExecute {
BOOL Init(HINSTANCE hInstance);
DWORD WINAPI ThreadExecCheckInfile(LPVOID);
DWORD WINAPI ThreadExecOutput(LPVOID);
DWORD WINAPI ThreadExecCheckAndOutput(LPVOID);
}
#endif // THREADEXECUTE_H