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

Function CustomLoadLibraryW

source/dllmain.cpp:1440–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438}
1439
1440HMODULE WINAPI CustomLoadLibraryW(LPCWSTR lpLibFileName)
1441{
1442 LoadOriginalLibrary();
1443 return LoadLibraryW(lpLibFileName);
1444}
1445
1446BOOL WINAPI CustomFreeLibrary(HMODULE hLibModule)
1447{

Callers

nothing calls this directly

Calls 1

LoadOriginalLibraryFunction · 0.85

Tested by

no test coverage detected