Structure to return commit and history information on the specified batch.
struct tagBATCHHISTORYSTRUCT
{
intnStructureSize;
charszBatchID[OCRFFAPI_SIZE_FILENAME];
charszCommitDate[15];
charszCommitTime[15];
intnTotalImages;
intnCanResubmit;
intnCanRecommit;
};
typedef struct tagBATCHHISTORYSTRUCT BATCHHISTORYSTRUCT;
typedef struct tagBATCHHISTORYSTRUCT* LPBATCHHISTORYSTRUCT;