Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ StartUpdaterThread
Function
StartUpdaterThread
OsiLoader/dllmain.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
void StartUpdaterThread()
169
{
170
CreateThread(NULL, 0, &UpdaterThread, NULL, 0, NULL);
171
}
172
173
174
BOOL APIENTRY DllMain(HMODULE hModule,
Callers
1
DllMain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected