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

Function ThreadToProcess

Kernel-Bridge/API/ProcessesUtils.h:50–50  ·  view source on GitHub ↗

It doesn't requires dereference!

Source from the content-addressed store, hash-verified

48
49 // It doesn't requires dereference!
50 inline PEPROCESS ThreadToProcess(PETHREAD Thread) { return IoThreadToProcess(Thread); };
51 }
52
53 namespace AddressSpace {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected