RecAPI
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
PROGRESSMONITOR Struct Reference

Progress information. More...

#include <KernelApi.h>

Public Attributes

PROCESSID ProcessId
 
int Percent
 
int Reserved
 
const char * Filename
 
int PageNumber
 

Detailed Description

Progress information.

It is used for process callbacks.

Member Data Documentation

◆ Filename

const char* PROGRESSMONITOR::Filename

Name of the actual input file

◆ PageNumber

int PROGRESSMONITOR::PageNumber

Current page

◆ Percent

int PROGRESSMONITOR::Percent

Progress of the current process as a percentage.

◆ ProcessId

PROCESSID PROGRESSMONITOR::ProcessId

Identifier of the currently running process.

◆ Reserved

int PROGRESSMONITOR::Reserved

Not used.