NWUSStandardUnicodeRelease
Releases all resources allocated by the NWUSStandardUnicodeInit function
#include <nunicode.h>
N_EXTERN_LIBRARY(void) NWUSStandardUnicodeRelease (
void);
uses netwin32
Function NWUSStandardUnicodeRelease
(void
): void;
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.