MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / PsSuspendThread

Function PsSuspendThread

KernelLibrary/kDbgSys.cpp:531–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529
530
531NTSTATUS PsSuspendThread(
532 _In_ PETHREAD Thread,
533 _Out_opt_ PULONG PreviousSuspendCount
534) {
535
536 return STATUS_SUCCESS;
537}
538
539NTSTATUS KeResumeThread(
540 _Inout_ PETHREAD Thread

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected