LoadLanguageMessageTable

Loads the specified message table for a language.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int LoadLanguageMessageTable (
     char   ***table,
     int      *count,
     int      *languageID);
  

Parameters

table

(OUT) Points to the loaded message table.

count

(OUT) Returns the number of strings in the table.

languageID

(OUT) Points to the NetWare language ID for the message table; French, for example is 6 while English is 4.

Return Values

If successful, returns 0. Otherwise, returns -1.

See Also