#include <qp2user.h> char* Qp2dlerror(void);
Qp2dlerror() returns a pointer to a string that provides error information for the most recent dynamic load function (API Qp2dlopen, Qp2dlsym, or Qp2dlclose).
None.
None.
The function result is a pointer to a null-terminated character string (in the job default CCSID). A null pointer is returned if no error occurred during the most recent dynamic load operation. Once Qp2dlerror is called, subsequent calls without an intervening dynamic load error also return a null pointer.
The ILE errno is set and a null pointer is returned for any internal processing error (such as an error converting the string from the i5/OS PASE CCSID to the job default CCSID).
Top | i5/OS PASE APIs | APIs by category |