Installation and Getting Started Guide

Installation and Getting Started Guide

Initializing the Intelligent Data Verification Engine (IDVE) framework

Initializing the Intelligent Data Verification Engine (IDVE) framework

Before you can start processing data, you must initialize IDVE. After you process the data, you can call IDVE_Deinitialize() to deinitialize IDVE. You can use the Address Verification function of the IDVE framework to verify the addresses.

Calling Initialization and Deinitialization Functions

Call the IDVE initialization and deinitialization functions in the following sequence:
  1. To initialize IDVE, call IDVE_Initialize().
    Pass the configuration information as a string to IDVE_Initialize(). If you use a UTF-16-encoded-string, call IDVE_InitializeW(). You can also pass the configuration information as a file to IDVE_Initialize().
    During initialization, a number of function servers start as separate processes.
  2. To deinitialize IDVE, call IDVE_Deinitialize().

0 COMMENTS

We’d like to hear from you!