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

Function shCustomLoadLibraryExA

source/dllmain.cpp:2852–2857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2850 }
2851
2852 HMODULE WINAPI shCustomLoadLibraryExA(LPCSTR lpLibFileName, HANDLE hFile, DWORD dwFlags)
2853 {
2854 auto raddr = _ReturnAddress();
2855 auto r = GetFilePathForOverload(lpLibFileName, isRecursive(raddr));
2856 return mhLoadLibraryExA->get_original<decltype(LoadLibraryExA)>()(value_orA(r, lpLibFileName), hFile, dwFlags);
2857 }
2858
2859 HMODULE WINAPI shCustomLoadLibraryExW(LPCWSTR lpLibFileName, HANDLE hFile, DWORD dwFlags)
2860 {

Callers

nothing calls this directly

Calls 2

GetFilePathForOverloadFunction · 0.85
isRecursiveFunction · 0.85

Tested by

no test coverage detected