tagBATCHAPIMESSAGESTRUCT - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external - AnyDoc/OCR-for-AnyDoc/Foundation-23.1/OCR-for-AnyDoc-Programming-Reference-Guide/Customize-Batch-Processes-with-the-BatchAPI/BatchAPI-Structures/tagBATCHAPIMESSAGESTRUCT - 2023-11-17

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Structure to receive error and informational messages from OCR for AnyDoc.

struct tagBATCHAPIMESSAGESTRUCT
{
intnStructureSize;
intnMessageCode;
charszMessage[OCRFFAPI_SIZE_MSG];
};
typedef struct tagBATCHAPIMESSAGESTRUCT BATCHAPIMESSAGESTRUCT;
typedef struct tagBATCHAPIMESSAGESTRUCT* LPBATCHAPIMESSAGESTRUCT;