NWUXSetByteFunctions
Specifies the functions to be used to handle unmappable bytes and special byte sequences during byte-to-unicode conversion
#include <nunicode.h>
N_EXTERN_LIBRARY(nint) NWUXSetByteFunctions (
pCONVERT byteUniHandle,
NMBYTE noMapByteFunc,
SCBYTE scanByteFunc,
PRBYTE parseByteFunc);
uses netwin32
Function NWUXSetByteFunctions
(byteUniHandle : pCONVERT;
noMapByteFunc : NMBYTE;
scanByteFunc : SCBYTE;
parseByteFunc : PRBYTE
): nint;
NWUXSetByteFunctions will not set the action code to NWU_CALL_HANDLER.
Values for the noMapByteFunc, scanByteFunc, and parseByteFunc parameters follow:
See exsbfunc.c for sample code.