C++
virtual AcDbAuditInfo * getAuditInfo() const;
Description
This function may be called from the AcDbDwgFiler object's dwgInFields() method to determine if a RECOVER command is in progress. It will return null unless the filer is a kFileFiler and the object is being read in during RECOVER. When it is not null, objects should audit and fix their internal state, and report the errors they find (and fix) to the AcDbAuditInfo interface.