NWLoadRuleTable
Loads a single rule table when all four conversion or rule tables are not needed
#include <unicode.h>
N_EXTERN_LIBRARY(nint) NWLoadRuleTable (
pnstr ruleTableName,
pnptr ruleHandle);
uses netwin32
Function NWLoadRuleTable
(ruleTableName : PChar;
ruleHandle : pnptr
) : nint;
These are common return values; see Return Values (Return Values for C) for more information.
NWLoadRuleTable replaces NWInitUnicodeTables and the following calls:
Win32 platforms do not use the Novell unicode tables and just return success. NLM platforms do not support these routines.
For information about rule tables, see NWInitUnicodeTables.