getnlmhandle

Returns the handle of the NLM owning the calling thread.

Library:LibC
Service:Library

Syntax

  #include <library.h> 
   
  void *getnlmhandle (void);
  

Return Values

If successful, returns the handle of the NLM which owns the calling thread. Otherwise, returns NULL.

See Also