MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / EraFindFirstFileW

Function EraFindFirstFileW

projects/WinDurango.KernelX/src/kernelx.cpp:899–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897 convert = std::filesystem::current_path().c_str();
898 convert.append(fileName);
899 }
900
901 HMODULE result = TrueLoadLibraryExW(LibName, hFile, dwFlags);
902
903 PatchNeededImports(result, GetRuntimeModule(), "?GetActivationFactoryByPCWSTR@@YAJPEAXAEAVGuid@Platform@@PEAPEAX@Z",
904 GetActivationFactoryRedirect);
905 return result;
906}

Callers

nothing calls this directly

Calls 1

FixRelativePathFunction · 0.85

Tested by

no test coverage detected