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;