SYNOPSIS
#include <dlfcn.h>
void *dlsym(void *handle, const char *symbol);
DESCRIPTION
The
PARAMETERS
- handle
-
Is the value returned by a previous call to
dlopen() . - symbol
-
Points to the character representation of the symbol's name.
RETURN VALUES
CONFORMANCE
UNIX 98, with restrictions.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.