Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ UpdaterThread
Function
UpdaterThread
OsiLoader/dllmain.cpp:160–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
DWORD WINAPI UpdaterThread(LPVOID param)
161
{
162
gErrorUtils = std::make_unique<ErrorUtils>();
163
OsiLoader loader;
164
loader.Launch();
165
return 0;
166
}
167
168
void StartUpdaterThread()
169
{
Callers
nothing calls this directly
Calls
1
Launch
Method · 0.80
Tested by
no test coverage detected