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
- ( LPINITINFOSTRUCT lpInitInfoStruct );