#include <qp2user.h> void* Qp2dlsym(QP2_ptr64_t id const char *name, int ccsid, QP2_ptr64_t *sym_pase);
Qp2dlsym() finds an exported i5/OS PASE symbol by calling the i5/OS PASE dlsym() function.
None.
The function result is a pointer to the specified symbol, or a null pointer if the symbol could not be resolved. A buffer addressed by the sym_pase argument is unchanged if the symbol could not be resolved. The caller can check ILE errno or i5/OS PASE errno (if ILE errno is zero), or call the Qp2dlerror API for more information about any error.
Top | i5/OS PASE APIs | APIs by category |