ImageGear for C and C++ on Windows v19.3 - Updated
AT_REC_PROGRESS_MONITOR
API Reference Guide > Recognition Component API Reference > Recognition Component Structures Reference > AT_REC_PROGRESS_MONITOR

Progress information being used for process callbacks.

Declaration:

 
Copy Code
typedef struct tagAT_REC_PROGRESS_MONITOR
{
   AT_INT Percent;
   enumIGRecProcessId ProcessId;

} AT_REC_PROGRESS_MONITOR, * LPAT_REC_PROGRESS_MONITOR;

Structure Members:

Name Type Description
Percent AT_INT Progress of the current process as a percentage.
ProcessId enumIGRecProcessId Identifier of the currently running process.