ImageGear Professional DLL v17.1 for Windows Accusoft
AT_REC_MODULE_INFO
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Recognition Component API Reference > Recognition Component Structures Reference > AT_REC_MODULE_INFO

Glossary Item Box

Module info.

Declaration:

  Copy Code
typedef struct tagAT_REC_MODULE_INFO
{
   enumIGRecError InitError;
   AT_INT Version;

} AT_REC_MODULE_INFO, * LPAT_REC_MODULE_INFO;

Structure Members:

InitError Status code returned during the initialization of the module.
Version Version number of the given module. If the module's DLL file(s) does not exist in the Engine Binaries directory, its value will be zero (0). If the module was not initialized successfully, this value will be below zero (0). In this case the InitError field contains the error code.

©2012. Accusoft Corporation. All Rights Reserved.