GetNLMNames

Returns information about the specified NLM.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int GetNLMNames (
     void   *NLMHandle,
     char   *name,
     char   *description );
  

Parameters

NLMHandle

(IN) Specifies the handle of the NLM for which information is return.

name

(OUT) Points to the name of the NLM.

description

(OUT) Points to the description that is associated with the NLM.

Return Values

If successful, returns 0. Otherwise returns an error code.

See Also