MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / KbResumeProcess

Function KbResumeProcess

User-Bridge/API/User-Bridge.cpp:986–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984 }
985
986 BOOL WINAPI KbResumeProcess(ULONG ProcessId)
987 {
988 KB_SUSPEND_RESUME_PROCESS_IN Input = {};
989 Input.ProcessId = ProcessId;
990 return KbSendRequest(Ctls::KbResumeProcess, &Input, sizeof(Input));
991 }
992
993 BOOL WINAPI KbGetThreadContext(ULONG ThreadId, OUT PCONTEXT Context, ULONG ContextSize, OPTIONAL WdkTypes::KPROCESSOR_MODE ProcessorMode)
994 {

Callers

nothing calls this directly

Calls 1

KbSendRequestFunction · 0.85

Tested by

no test coverage detected