MCPcopy 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
61void *hxFindSymbol(Module inModule, const char *inSymbol) { return (void *)GetProcAddress(inModule,inSymbol); }
62
63void hxFreeLibrary(Module inModule) { FreeLibrary(inModule); }
64

Callers 1

Lib.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected