NWUXGetScanAction
Returns the status of current scan/parse functions
#include <nunicode.h>
N_EXTERN_LIBRARY(nint) NWUXGetScanAction (
pCONVERT byteUniHandle,
pnint scanByteAction,
pnint scanUniAction);
uses netwin32
Function NWUXGetScanAction
(byteUniHandle : pCONVERT;
scanByteByteAction : pnint;
scanUniAction : pnint
): nint;
The scanByteAction and scanUniAction parameters return one of the following values:
The default state of the scanByteAction parameter is NWU_DISABLED after a converter is initialized.
The default state of the scanUniAction parameter is NWU_ENABLED.
See exgscan.c for sample code.