MCPcopy Create free account
hub / github.com/ThirteenAG/WidescreenFixesPack / DllMain

Function DllMain

source/SplinterCell.WidescreenFix/dllmain.cpp:198–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID lpReserved)
199{
200 if (reason == DLL_PROCESS_ATTACH)
201 {
202 if (!IsUALPresent()) { InitializeASI(); }
203 }
204 return TRUE;
205}

Callers

nothing calls this directly

Calls 2

IsUALPresentFunction · 0.85
InitializeASIFunction · 0.70

Tested by

no test coverage detected