#include <flaim.h>
Public Attributes | |
FLMINT | iDoingFlag |
This indicates what the rebuild operation is currently doing. It may be one of the following:
| |
FLMBOOL | bStartFlag |
This flag is TRUE when FlmDbRebuild() is just starting its current operation (the one specified in iDoingFlag), FALSE otherwise. | |
FLMUINT64 | ui64DatabaseSize |
Total size of the database data files (in bytes). | |
FLMUINT64 | ui64BytesExamined |
Total bytes examined in the data files so far. | |
FLMUINT | uiTotRecs |
Total records traversed. | |
FLMUINT | uiRecsRecov |
Total records recovered so far. |
This structure is passed to the callback function when the eStatusType::FLM_REBUILD_STATUS status is reported.