Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbHostAppServices::recoverFile Method
Syntax
C++
virtual OdDbDatabasePtr recoverFile(OdStreamBuf* pStreamBuf, OdDbAuditInfo * pAuditInfo = 0, const OdPassword& password = OdPassword());

Performs a recover operation on the specified StreamBuf file. 

 

Parameters
Description
pStreamBuf
[in] Pointer to the StreamBuf object from which the data are to be read.
pAuditInfo
[in] Pointer to an OdDbAuditInfo object.
password
[in] Password for file.

The specified AuditInfo object controls the audit, and receives the audit status. 

When overriding this function for a custom class, first call OdDbObject::audit(pAuditInfo) to validate the audit operation.

Copyright © 2002-2022. Open Design Alliance All rights reserved.