Structure to return detail information on the specified batch.
struct tagBATCHDETAILSTRUCT
{
int nStructureSize;
char szBatchID[OCRFFAPI_SIZE_FILENAME];
int nPrioritized;
int nSuspended;
int nTotalImages;
int nPendingQualityAssure;
int nPendingRescan;
int nPendingReview;
int nPendingIdentify;
int nPendingException;
int nPendingExtract;
int nPendingRulesValidation;
int nPendingVerifyHSV;
int nPendingVerifyPass1;
int nPendingVerifyPass2;
int nPendingVerifySupervisor;
int nPendingVerifyBalancing;
int nPendingCommit;
};
typedef struct tagBATCHDETAILSTRUCT BATCHDETAILSTRUCT;
typedef struct tagBATCHDETAILSTRUCT* LPBATCHDETAILSTRUCT;