getnlmhandlefromthread

Returns the NLM handle for the specified thread.

Library:LibC
Service:Library

Syntax

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

Parameters

thread

(IN) Points to a thread ID.

Return Values

If successful, returns a pointer to the handle of the NLM that owns the thread. Otherwise, returns NULL.

See Also