MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / dlsym

Function dlsym

framework/src/bundle/BundleUtils.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void*
52dlsym(void* handle, char const* symbol)
53{
54 return reinterpret_cast<void*>(GetProcAddress(reinterpret_cast<HMODULE>(handle), symbol));
55}
56
57#elif defined(__GNUC__)
58

Callers 1

GetSymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected