NWUSStandardUnicodeRelease

Releases all resources allocated by the NWUSStandardUnicodeInit function

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 <nunicode.h> 
    
   N_EXTERN_LIBRARY(void) NWUSStandardUnicodeRelease  ( 
      void);
   

Pascal Syntax

   uses netwin32 
    
   Function NWUSStandardUnicodeRelease 
     (void
   ): void;
   

Remarks

Call the NWUSStandardUnicodeRelease function only after calling the NWUSStandardUnicodeInit function. Otherwise, resources required by another application could be released.

See esrel.c for sample code.

See Also

NWUSStandardUnicodeInit