NWUXSetNoMapAction
Sets the actions to follow when an unmappable byte or an unmappable Unicode character is found
#include <nunicode.h>
N_EXTERN_LIBRARY(nint) NWUXSetNoMapAction (
pCONVERT byteUniHandle,
nint noMapByteAction,
nint noMapUniAction);
uses netwin32
Function NWUXSetNoMapAction
(byteUniHandle : pCONVERT;
noMapByteFunc : nint;
noMapUniFunc : nint;
): nint;
Values for either the noMapByteAction or noMapUniAction parameter are:
See exsnomap.c for sample code.