mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
11 lines
No EOL
398 B
C
11 lines
No EOL
398 B
C
#include "ntifs.h"
|
|
#include <windef.h>
|
|
|
|
void Ignore(PKAPC Apc, PKNORMAL_ROUTINE NormalRoutine, PVOID NormalContext, PVOID SystemArgument1, PVOID SystemArgument2);
|
|
void SuspendThreadAPCRoutine(PVOID arg1, PVOID arg2, PVOID arg3);
|
|
|
|
void DBKSuspendThread(ULONG ThreadID);
|
|
void DBKResumeThread(ULONG ThreadID);
|
|
|
|
void DBKResumeProcess(ULONG ProcessID);
|
|
void DBKSuspendProcess(ULONG ProcessID); |