GetNLMIDFromNLMHandle

Returns the ID of an NLM specified by its NLM handle

Local Servers:nonblocking
Remote Servers:N/A
Classification:5.x, 6.x
Service:Thread

Syntax

  #include <nwthread.h>  
   
  int GetNLMIDFromNLMHandle  (
     int   NLMHandle); 
  

Parameters

NLMHandle
(IN) Specifies the NLM handle of the NLM whose ID is to be returned

Return Values

The ID of an NLM whose NLM handle is passed in

Remarks

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.

See Also

GetNLMHandle, GetNLMIDFromThreadID, SetNLMID