MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / DllMain

Function DllMain

src/injectables/InjectionBootstrapper.cpp:326–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}// namespace
325
326BOOL WINAPI DllMain(HINSTANCE hinst, DWORD dwReason, LPVOID reserved) {
327 gModule = hinst;
328 return InjectedDLLMain(
329 "OpenKneeboard-AutoDetect",
330 gInstance,
331 &ThreadEntry,
332 hinst,
333 dwReason,
334 reserved);
335}

Callers

nothing calls this directly

Calls 1

InjectedDLLMainFunction · 0.85

Tested by

no test coverage detected