lh_load_sym

Loads a symbol from a dynamically linked library. This function is not defined in the header to allow a workaround for the problem that dlsym returns an object instead of a function pointer. However, Windows also needs special care.

The method does six attempts to load the symbol. Next to its given name, it also tries variations of lower case and upper case form and with an extra underscore. @param h Handle of dynamically linked library. @param symName Name of the symbol to load. @return A pointer to the symbol, or OSQP_NULL if not found.

version(none)
nothrow @nogc extern (C)
lh_load_sym

Meta