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

Function CustomLoadLibraryA

source/dllmain.cpp:1434–1438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1432}
1433
1434HMODULE WINAPI CustomLoadLibraryA(LPCSTR lpLibFileName)
1435{
1436 LoadOriginalLibrary();
1437 return LoadLibraryA(lpLibFileName);
1438}
1439
1440HMODULE WINAPI CustomLoadLibraryW(LPCWSTR lpLibFileName)
1441{

Callers

nothing calls this directly

Calls 1

LoadOriginalLibraryFunction · 0.85

Tested by

no test coverage detected