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;