Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoMercy-ac/NoMercy
/ SetMainThreadId
Method
SetMainThreadId
Source/Client/NM_Engine/Data.cpp:209–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
return m_dwMainThreadId;
208
}
209
void CData::SetMainThreadId(DWORD dwThreadId)
210
{
211
m_dwMainThreadId = dwThreadId;
212
}
213
#pragma optimize(
""
, on )
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected