NWUXLoadCaseConverter
Locates and loads a converter to convert Unicode to upper, lower, or title case (upper case for initial letter only)
#include <nunicode.h>
N_EXTERN_LIBRARY(nint) NWUXLoadCaseConverter (
nuint caseFlag,
pCONVERT N_FAR *caseHandle);
uses netwin32
Function NWUXLoadCaseConverter
(caseFlag : nuint;
caseHandle : pCONVERT
): nint;
For an explanation of the NWU_CONVERTER_NOT_FOUND error, see NWU_CONVERTER_NOT_FOUND Error
See exldcase.c for sample code.