Functions |
Description |
dlclose |
Deletes a reference to the DLL referenced by handle. If the reference
count drops to 0, the DLL is removed from the address space, and handle is
rendered invalid.
|
dlerror |
Returns a null-terminated character string describing the last error
that occurred during a call to dlopen, dlsym, or dlclose.
|
dlopen |
Returns the handle for the dynamic library loaded into the address
space of the current process.
|
dlsym |
Returns the address binding of the symbol associated with the ordinal
number.
|