init
This commit is contained in:
@@ -11,6 +11,7 @@ struct CMD_COMM
|
||||
struct IOCTL_PROCESS
|
||||
{
|
||||
DWORD64 Pid;
|
||||
BOOL is_no_create_remote_thread;
|
||||
};
|
||||
|
||||
struct IOCTL_WINDOW
|
||||
@@ -23,8 +24,13 @@ enum CMD
|
||||
MSG_BASE = 0x10000,
|
||||
DRIVER_COMM_TEST,
|
||||
DRIVER_PROTECT_PROCESS,
|
||||
DRIVER_CANCEL_PROTECT_PROCESS,
|
||||
ADD_WHITE_PROCESS,
|
||||
WINDOW_ANIT_SCREEN,
|
||||
USER_EVENT_HANDLE,
|
||||
PROTECT_THREAD_CONTRL,
|
||||
INSTALL_MOUSE_KEYBOARD,
|
||||
UNLOAD_MOUSE_KEYBOARD,
|
||||
};
|
||||
|
||||
namespace comm_dispatch
|
||||
|
||||
Reference in New Issue
Block a user