MCPcopy 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
160DWORD WINAPI UpdaterThread(LPVOID param)
161{
162 gErrorUtils = std::make_unique<ErrorUtils>();
163 OsiLoader loader;
164 loader.Launch();
165 return 0;
166}
167
168void StartUpdaterThread()
169{

Callers

nothing calls this directly

Calls 1

LaunchMethod · 0.80

Tested by

no test coverage detected