XPRMgetnextdso
XPRMgetnextdso |
Purpose
Synopsis
XPRMdsolib XPRMgetnextdso(XPRMdsolib dso);
Argument
dso
|
Reference to a dynamic shared object loaded by Mosel or
NULL
|
Return value
Next dynamic shared object loaded by Mosel or
NULL.
Further information
This function returns the next module held in the list of modules loaded by Mosel. If the given module is at the end of the list, the function returns
NULL, if the input parameter is set to
NULL, the function returns the first module in the list.
Related topics