NWUXUnloadConverter
Unloads a converter and releases all associated resources
#include <nunicode.h>
N_EXTERN_LIBRARY(nint) NWUXUnloadConverter (
pCONVERT converterHandle);
uses netwin32
Function NWUXUnloadConverter
(convertHandle : pCONVERT
): nint;
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.