API Reference > OdDb Classes > OdDbHostAppServices Class > OdDbHostAppServices Methods > OdDbHostAppServices::auditPrintReport Method
OdDbHostAppServices::auditPrintReport Method
Syntax
C++
virtual void auditPrintReport(OdAuditInfo* pAuditInfo, const OdString& strLine, int printDest) const;
Parameters 
Description 
OdAuditInfo* pAuditInfo 
[in] Pointer to an OdDbAuditInfo object.  
const OdString& strLine 
[in] The string to print.  
int printDest 
[in] Print destination. 

Print the audit report for the specified AuditInfo object. 

 

The default implementation of this function does nothing but return.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.