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

Method GetPriorityClass

WinArk/ProcessInfoEx.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67WinSys::ProcessPriorityClass ProcessInfoEx::GetPriorityClass() {
68 return _process ? _process->GetPriorityClass() : WinSys::ProcessPriorityClass::Unknown;
69}
70
71const std::wstring& ProcessInfoEx::GetCommandLine() const {
72 if (_commandLine.empty() && _pi->Id > 4) {

Callers 1

ParseTableEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected