Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ hxFindSymbol
Function
hxFindSymbol
src/hx/Lib.cpp:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
#endif
60
61
void *hxFindSymbol(Module inModule, const char *inSymbol) { return (void *)GetProcAddress(inModule,inSymbol); }
62
63
void hxFreeLibrary(Module inModule) { FreeLibrary(inModule); }
64
Callers
1
Lib.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected