RecAPI
|
Progress information. More...
#include <KernelApi.h>
Public Attributes | |
PROCESSID | ProcessId |
int | Percent |
int | Reserved |
const char * | Filename |
int | PageNumber |
Progress information.
It is used for process callbacks.
const char* PROGRESSMONITOR::Filename |
Name of the actual input file
int PROGRESSMONITOR::PageNumber |
Current page
int PROGRESSMONITOR::Percent |
Progress of the current process as a percentage.
PROCESSID PROGRESSMONITOR::ProcessId |
Identifier of the currently running process.
int PROGRESSMONITOR::Reserved |
Not used.