KillMe

Terminates an NLM.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  void KillMe (
     void   *NLMHandle);
  

Parameters

NLMHandle

(IN) Points to the handle of the NLM application which is to be unloaded and terminated.

Remarks

The KillMe function is used to abnormally end the life of an NLM because the NLM has detected a fatal error and needs to quickly shutdown to avoid corrupting resources.

See Also

UnloadModule