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

Method GetProcessById

WinSysCore/ProcessManager.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105std::shared_ptr<ProcessInfo> ProcessManager::GetProcessById(uint32_t pid) const {
106 return _impl->GetProcessById(pid);
107}
108
109std::shared_ptr<ProcessInfo> ProcessManager::GetProcessByKey(const ProcessOrThreadKey& key) const {
110 return _impl->GetProcessByKey(key);

Callers 6

GetDetailsMethod · 0.45
GetDetailsMethod · 0.45
OpenObjectDialogMethod · 0.45
InitProcessMethod · 0.45
GetAttributesMethod · 0.45
GetDetailsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected