ClearNLMDontUnloadFlag
Sets a flag in the header of an NLM to allow it to be unloaded with the UNLOAD command at the system console
#include <nwthread.h>
int ClearNLMDontUnloadFlag (
int NLMID);
The following table lists return values and descriptions.
This function reverses the effects of the SetNLMDontUnloadFlag function.
If SetNLMDontUnloadFlag is called, the NLM cannot be unloaded until ClearNLMDontUnloadFlag is called.
For more information unloading NLM applications, see CHECK Function (NDK: NLM Development Concepts, Tools, and Functions).
See example for SetNLMDontUnloadFlag.