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

Method Close

KernelLibrary/Thread.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8NTSTATUS Thread::Close() {
9 return ZwClose(_handle);
10}
11
12NTSTATUS Thread::SetPriporty(int id,int priority) {
13 PETHREAD Thread;

Callers 2

InitMiniFilterFunction · 0.45
PEParserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected