Structure used to request OCR for AnyDoc system information.
struct tagSYSINFOSTRUCT
{
intnStructureSize;
intnHardwareKeyCapabilities;
charszOCRFFVersion[OCRFFAPI_SIZE_VERSION];
charszUserName[OCRFFAPI_SIZE_OPER];
charszMasterPath[OCRFFAPI_SIZE_FULLPATH];
charszMasterExt[OCRFFAPI_SIZE_FILENAME];
charszControlPath[OCRFFAPI_SIZE_FULLPATH];
charszTablePath[OCRFFAPI_SIZE_FULLPATH];
};
typedef struct tagSYSINFOSTRUCT SYSINFOSTRUCT;
typedef struct tagSYSINFOSTRUCT* LPSYSINFOSTRUCT;