NWUXSetScanAction
Enables or disables the current scan/parse functions
#include <nunicode.h>
N_EXTERN_LIBRARY(nint) NWUXSetScanAction (
pCONVERT byteUniHandle,
nint scanByteAction,
nint scanUniAction);
uses netwin32
Function NWUXSetScanAction
(byteUniHandle : pCONVERT;
scanByteFunc : nint;
ScanUniFunc : nint;
): nint;
Values for the scanByteAction or scanUniAction parameters follow:
|
NWU_ENABLED |
Enables scan/parse functions |
|
NWU_DISABLED |
Disables scan/parse functions |
|
NWU_UNCHANGED_ACTION |
Leaves the current settings unchanged |
See exsscan.c for sample code.