Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/compressonator
/ GetProcAddress
Method
GetProcAddress
applications/_plugins/cmp_d3dx/module.cpp:58–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
FARPROC CModule::GetProcAddress(LPCSTR lpProcName)
59
{
60
if (m_hModule)
61
return ::GetProcAddress(m_hModule, lpProcName);
62
else
63
return NULL;
64
}
Callers
1
LoadModule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected