MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / GetProcAddress

Method GetProcAddress

IntelPresentMon/ControlLib/DllModule.h:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 FreeLibrary(hModule);
36 }
37 void* GetProcAddress(const std::string& procName) const
38 {
39 return ::GetProcAddress(hModule, procName.c_str());
40 }
41private:
42 HMODULE hModule = nullptr;
43};

Callers 3

Adl2WrapperMethod · 0.80
NvmlWrapperMethod · 0.80
NvapiWrapperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected