Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
41
private:
42
HMODULE hModule = nullptr;
43
};
Callers
3
Adl2Wrapper
Method · 0.80
NvmlWrapper
Method · 0.80
NvapiWrapper
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected