NWUXGetNoMapAction
Returns the actions to follow when an unmappable byte sequence and an unmappable Unicode character are found
#include <nunicode.h>
N_EXTERN_LIBRARY(nint) NWUXGetNoMapAction (
pCONVERT byteUniHandle,
pnint noMapByteAction,
pnint noMapUniAction);
uses netwin32
Function NWUXGetNoMapAction
(byteUniHandle : pCONVERT;
noMapByteAction : pnint;
noMapUniAction : pnint
): nint;
The noMapByteAction and noMapUniAction parameters return one of the following values:
|
NWU_RETURN_ERROR |
|
|
NWU_SUBSTITUTE |
(Default for noMapByteAction) |
|
NWU_CALL_HANDLER |
(Default for noMapUniAction) |
See exgnomap.c for sample code.