NWUXUnloadConverter

Unloads a converter and releases all associated resources

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(nint) NWUXUnloadConverter  ( 
      pCONVERT   converterHandle);
   

Pascal Syntax

   uses netwin32 
    
   Function NWUXUnloadConverter 
     (convertHandle : pCONVERT
   ): nint;
   

Parameters

converterHandle
(IN) Points to the converter handle to release.

Return Values

0x0000

SUCCESSFUL

0xFDE9

NWU_NULL_HANDLE

0xFDEA

NWU_BAD_HANDLE

Remarks

NWUXUnloadConverter should be called separately for each converter loaded with the extended Unicode functions. Exiting without unloading a converter may result in the converter remaining unnecessarily loaded. In contrast to NWUSStandardUnicodeRelease, NWUXUnloadConverter unloads a specific converter specified by the handle passed in through the converterHandle parameter.

See exunl.c for sample code.

See Also

NWUXLoadByteUnicodeConverter, NWUXLoadCaseConverter