#include <flaim.h>
Public Attributes | |
FlmRecord * | pRecord |
Record to examine to see if it contains dictionary information. | |
FLMUINT | uiContainer |
Container the record came from. | |
FLMUINT | uiDrn |
DRN of record. | |
FlmRecordSet * | pDictRecSet |
Callback function may create a FlmRecordSet object that is returned to FlmDbRebuild(). This object contains a set of dictionary records the application wants FlmDbRebuild() to inject into the dictionary it is rebuilding. FlmDbRebuild() will only use these records if it cannot recover the actual dictionary record from the dictionary container. FlmDbRebuild() will free the FlmRecordSet object pointed to by pDictRecSet when it is done using the records in the set. NOTE: FlmDbRebuild() does not do anything with records that are returned in this set if the status being reported is eStatusType::FLM_EXAMINE_RECORD_STATUS. |
This structure is passed to the callback function when the eStatusType::FLM_CHECK_RECORD_STATUS or eStatusType::FLM_EXAMINE_RECORD_STATUS status is reported.