Could NetWare get exit codes or error signals...
Articles and Tips: qna
01 Apr 2003
Q.
Could NetWare get exit codes or error signals when an NLM is unloaded? I need to know if a module has finished successfully.
A.
Check out the spawnxx APIs here: http://developer.novell.com/ndk/doc/clib/thmp_enu/data/sdk373.html#sdk373
Note that the P_WAIT only works for NetWare 5 and NetWare 6. If this isn't something you can use, you will have to communicate success/fail back from the child NLM to the parent NLM via some sort of cross-NLM data transfer.
* Originally published in Novell AppNotes
Disclaimer
The origin of this information may be internal or external to Novell. While Novell makes all reasonable efforts to verify this information, Novell does not make explicit or implied claims to its validity.