NWFreeUnicodeTables

Frees up the memory used by the four Unicode rule tables created when NWInitUnicodeTables was called

Local Servers:nonblocking
Remote Servers:N/A
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows95, Windows 98
Library:Cross-Platform Localization (LOC*.*)
Service:Unicode

Syntax

   #include <unicode.h> 
    
   N_EXTERN_LIBRARY(nint) NWFreeUnicodeTables  ( 
      void);
   

Pascal Syntax

   uses netwin32 
    
   Function NWFreeUnicodeTables 
     : nint;
   

Return Values

0x0000

Successful is always returned

Remarks

Example: NWFreeUnicodeTables

See Section 3.6, Example: NWInitUnicodeTables

See Also

NWInitUnicodeTables