GetNLMIDFromNLMHandle
Returns the ID of an NLM specified by its NLM handle
#include <nwthread.h>
int GetNLMIDFromNLMHandle (
int NLMHandle);
The ID of an NLM whose NLM handle is passed in
GetNLMIDFromNLMHandle is used to get the ID of an NLM (other than the current NLM) if its handle is already known. To get the ID of the currently running NLM, call GetNLMID.