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

Method GetProcessInfo

WinArk/ProcessInfoEx.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19WinSys::ProcessInfo* ProcessInfoEx::GetProcessInfo() const {
20 return _pi;
21}
22
23ProcessAttributes ProcessInfoEx::GetAttributes(const WinSys::ProcessManager& pm) const {
24 if (_attributes == ProcessAttributes::NotComputed) {

Callers 3

InitProcessMethod · 0.45
OnShowEnvironmentMethod · 0.45
OnShowTokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected