MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / _Forward

Function _Forward

core/src/dllproxy.cc:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template<typename T>
42static T _Forward(Module index, const char* funcName, T)
43{
44 static T proc = nullptr;
45 if (proc != nullptr) return proc;
46 return proc = reinterpret_cast<T>(GetFunction(index, funcName));
47}
48
49// D3D9_DLL
50// ==============================

Callers

nothing calls this directly

Calls 1

GetFunctionFunction · 0.85

Tested by

no test coverage detected