#include <qp2user.h> int Qp2dlclose(QP2_ptr64_t id);
Qp2dlclose() closes and unloads an i5/OS PASE module previously opened by API Qp2dlopen (or the i5/OS PASE dlopen function).
None.
The function result is zero for normal completion, or -1 with an error indicated in ILE errno or i5/OS PASE errno (if ILE errno is zero). You can also call API Qp2dlerror for more information about any error.
Top | i5/OS PASE APIs | APIs by category |