MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / GetPriority

Method GetPriority

Source/Client/NM_Engine/ThreadHelper.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257int CThread::GetPriority()
258{
259 return g_winapiApiTable->GetThreadPriority(m_hThread);
260}
261
262DWORD CThread::GetProcessId()
263{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected