GetNLMNameFromNLMID
Returns the name of a C Library NLM
#include <nwthread.h>
int GetNLMNameFromNLMID (
int NLMID,
char *NLMFileName,
char *NLMName);
This function returns the NLM name. If an invalid NLM ID is passed, it returns a value of -1 and errno is set to EBADHNDL.
This function returns the long name (as it appears on the module listing) and the short name (as specified in the NAME directive in the linker directive file) of the NLM. For example, if you specify the ID for CLIB.NLM for the NLMID parameter, on return NLMFileName points to CLIB.NLM and NLMName points to NLM.