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

Function EraLoadLibraryExW

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

Source from the content-addressed store, hash-verified

909{
910 static std::wstring convert{};
911 std::wstring_view fileName(lpLibFileName);
912
913 if (fileName[0] == 'G' && fileName[1] == ':' && fileName.size() != 0)
914 {
915
916 static std::wstring trimPath{};
917 trimPath = fileName.substr(2);
918 fileName = trimPath.data();

Callers

nothing calls this directly

Calls 1

FixRelativePathFunction · 0.85

Tested by

no test coverage detected