MCPcopy Create free account
hub / github.com/ThirteenAG/Ultimate-ASI-Loader / IsModuleUAL

Function IsModuleUAL

tests/tests.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141bool IsModuleUAL(HMODULE mod)
142{
143 if (GetProcAddress(mod, "IsUltimateASILoader") != NULL || (GetProcAddress(mod, "DirectInput8Create") != NULL && GetProcAddress(mod, "DirectSoundCreate8") != NULL && GetProcAddress(mod, "InternetOpenA") != NULL))
144 return true;
145 return false;
146}
147
148bool IsUALPresent()
149{

Callers 1

IsUALPresentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected