MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / OpenThreadByPointer

Function OpenThreadByPointer

Source/Client/NM_Sys/API/ProcessesUtils.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62 _IRQL_requires_max_(PASSIVE_LEVEL)
63 NTSTATUS OpenThreadByPointer(PETHREAD Thread, OUT PHANDLE hThread, ACCESS_MASK AccessMask, ULONG Attributes, KPROCESSOR_MODE ProcessorMode)
64 {
65 return ObOpenObjectByPointer(Thread, Attributes, NULL, AccessMask, *PsThreadType, ProcessorMode, hThread);
66 }
67 }
68
69 namespace AddressSpace

Callers 1

KbOpenThreadByPointerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected