Structure to perform an action on the specified batch.
#define BATCH_ACTION_DELETE 1
#define BATCH_ACTION_PRIORITIZE 2
#define BATCH_ACTION_SUSPEND 3
#define BATCH_ACTION_UNSUSPEND 4
#define BATCH_ACTION_RESTART 5
#define BATCH_ACTION_RESUBMIT 6
#define BATCH_ACTION_RECOMMIT 7
struct tagBATCHACTIONSTRUCT
{
intnStructureSize;
intnBatchAction;
BOOLbBatchActionOK;
charszFormFamily[OCRFFAPI_SIZE_FILENAME];
charszBatchID[OCRFFAPI_SIZE_FILENAME];
};
typedef struct tagBATCHACTIONSTRUCT BATCHACTIONSTRUCT;
typedef struct tagBATCHACTIONSTRUCT* LPBATCHACTIONSTRUCT;