ReturnMessageInformation

Returns information about the messages in an NLM.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h>
  
  int   ReturnMessageInformation (
     void      *NLMHandle,
     char    ***table,
     size_t    *stringCount,
     int       *languageID,
     void      *helpFile);
  

Parameters

NLMHandle

(IN) Points to an NLM handle returned from the getnlmhandle or _NonAppStart function.

table

(OUT) Points to table that lists all the message strings in the NLM.

stringCount

(OUT) Points to the number of strings in the table.

languageID

(OUT) Points to the language ID of the messages.

helpFile

(OUT) Points to a help file, if one exists for the NLM.

Return Values

If successful, returns 0. Otherwise, returns a nonzero error code.

See Also