A dynamic link library.
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
A dynamic link library. This allows the loading at run time of code modules for use by an application.
PDynaLink( const PString & name )
If full is TRUE then the full pathname of the library
is returned otherwise only the name part is returned.
BOOL IsLoaded() const
PString GetName( BOOL full = FALSE ) const
static PString GetExtension()
BOOL GetFunction( PINDEX index, Function & func )
func - Refrence to point to function to get.BOOL GetFunction( const PString & name, Function & func )
func - Refrence to point to function to get.
Alphabetic index HTML hierarchy of classes or Java