S60 Open C
libdl API Specification

libdl API Specification

Table of Contents

Dynamic Link functions

 


Dynamic Link functions

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.

Give feedback of this article


Back to top


Copyright ©2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user.