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

Function EraDeleteFileW

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

Source from the content-addressed store, hash-verified

903 PatchNeededImports(result, GetRuntimeModule(), "?GetActivationFactoryByPCWSTR@@YAJPEAXAEAVGuid@Platform@@PEAPEAX@Z",
904 GetActivationFactoryRedirect);
905 return result;
906}
907
908EXTERN_C HMODULE __stdcall EraLoadLibraryW(LPCWSTR lpLibFileName)
909{
910 static std::wstring convert{};
911 std::wstring_view fileName(lpLibFileName);
912

Callers

nothing calls this directly

Calls 1

FixRelativePathFunction · 0.85

Tested by

no test coverage detected