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

Method GetMemoryPriority

WinArk/ProcessInfoEx.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int ProcessInfoEx::GetMemoryPriority() const {
64 return _process ? _process->GetMemoryPriority() : -1;
65}
66
67WinSys::ProcessPriorityClass ProcessInfoEx::GetPriorityClass() {
68 return _process ? _process->GetPriorityClass() : WinSys::ProcessPriorityClass::Unknown;

Callers 2

ParseTableEntryMethod · 0.45
GetSingleThreadInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected