MapNLMIDToHandle
Returns the handle associated with the NLM ID
#include <nwthread.h>
int MapNLMIDToHandle (
int NLMID);
This function returns the handle associated with the specified NLM ID. It returns a value of -1 if an invalid NLM ID was passed.
This function can be used in registered LOAD and UNLOAD event handlers to compare known C Library NLM IDs with the NLM handle that the event handler function is passed with.