MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / getProcessTree

Function getProcessTree

src/envmodule.cpp:719–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719Process getProcessTree(HANDLE h)
720{
721 if (isJobHandle(h)) {
722 return getProcessTreeFromJob(h);
723 } else {
724 return getProcessTreeFromProcess(h);
725 }
726}
727
728QString getProcessName(DWORD pid)
729{

Callers 1

getInterestingProcessFunction · 0.85

Calls 3

isJobHandleFunction · 0.85
getProcessTreeFromJobFunction · 0.85

Tested by

no test coverage detected