MCPcopy 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
168void StartUpdaterThread()
169{
170 CreateThread(NULL, 0, &UpdaterThread, NULL, 0, NULL);
171}
172
173
174BOOL APIENTRY DllMain(HMODULE hModule,

Callers 1

DllMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected