lib_handler

Undocumented in source.

Members

Aliases

soHandle_t
alias soHandle_t = HINSTANCE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soHandle_t
alias soHandle_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
symtype
alias symtype = FARPROC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
symtype
alias symtype = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

lh_load_lib
soHandle_t lh_load_lib(char* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
lh_load_sym
symtype lh_load_sym(soHandle_t h, char* symName)

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.

lh_unload_lib
c_int lh_unload_lib(soHandle_t h)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

OSQP_NULL
enum OSQP_NULL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

SHAREDLIBEXT
enum string SHAREDLIBEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHAREDLIBEXT
enum string SHAREDLIBEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SHAREDLIBEXT
enum string SHAREDLIBEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta