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

Function DllMain

source/NFSCarbon.WidescreenFix/dllmain.cpp:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID lpReserved)
133{
134 if (reason == DLL_PROCESS_ATTACH)
135 {
136 if (!IsUALPresent()) { InitializeASI(); }
137 }
138 return TRUE;
139}

Callers

nothing calls this directly

Calls 2

IsUALPresentFunction · 0.85
InitializeASIFunction · 0.70

Tested by

no test coverage detected