DLLReinitialize - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

This function is called when a user left-clicks on the OK button of the Settings | System Configuration | General tab. It is called at a point when you can display messages and other dialogs as needed without affecting OCR for AnyDoc. This is an appropriate time to reconnect to databases and reinitialize global DLL variables.

The DLLReinitialize() function is passed as the same structure defined with DLLInitialize(), but it will contain any directory changes that have been made by the user.

void CUSTOMDLL_API DLLInitialize
  1. ( LPINITINFOSTRUCT lpInitInfoStruct );