tagSTARAUTOFLOWSTRUCT - 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

Structure allocated and filled in by the client to initiate AutoFlow in OCR for AnyDoc.

struct tagSTARTAUTOFLOWSTRUCT
{
int nStructureSize;
HWND hClientInfo;
char szClientInfo[OCRFFAPI_SIZE_FULLPATH];
BOOL bOCRFFSilentMode;
BOOL bPostJobStartMessages;
BOOL bPostJobStatusMessages;
BOOL bPostErrorWarningMessages;
int nAPIAbortedProcessAction;
/* batch status dialog options */
int nDisplayBatchStatusDialog;
int nBatchDialogXPos;
int nBatchDialogYPos;
int nVerifyBatchDialogWidth;
int nVerifyBatchDialogHeight;
};
typedef struct tagSTARTAUTOFLOWSTRUCT STARTAUTOFLOWSTRUCT;
typedef struct tagSTARTAUTOFLOWSTRUCT* LPSTARTAUTOFLOWSTRUCT;