Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ find_symbol
Function
find_symbol
sources/system/win32/common.cpp:333–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
void *find_symbol(void *handle, std::string_view symbol)
334
{
335
return reinterpret_cast<void *>(::GetProcAddress((HMODULE) handle, symbol.data()));
336
}
337
338
void close(void *handle)
339
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.80
Tested by
no test coverage detected