tagSYSTEMAUTOFLOWSTRUCT - 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/tagSYSTEMAUTOFLOWSTRUCT - 2023-11-17

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Structure used to request OCR for AnyDoc AutoFlow information.

struct tagSYSTEMAUTOFLOWSTRUCT
{
int nStructureSize;
DWORD dwPhasesConfigured;
BOOL bPolling;
};
typedef struct tagSYSTEMAUTOFLOWSTRUCT SYSTEMAUTOFLOWSTRUCT;
typedef struct tagSYSTEMAUTOFLOWSTRUCT* LPSYSTEMAUTOFLOWSTRUCT;