|
CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"#include "DbRootExport.h"#include "OdString.h"#include "RxObject.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdAuditInfo |
| struct | OdAuditInfo::MsgInfo |
Typedefs | |
| typedef void(* | ODAUDITINFO_CALLBACK) (const OdAuditInfo *) |
Functions | |
| DBROOT_EXPORT void | odrxRegisterAuditInfoDestructorCallback (const ODAUDITINFO_CALLBACK callbackFunc) |
| DBROOT_EXPORT void | odrxUnregisterAuditInfoDestructorCallback () |
| typedef void(* ODAUDITINFO_CALLBACK) (const OdAuditInfo *) |
This registration allows you to catch the invoking of each audit info destructor.
Definition at line 242 of file OdAuditInfo.h.
| DBROOT_EXPORT void odrxRegisterAuditInfoDestructorCallback | ( | const ODAUDITINFO_CALLBACK | callbackFunc | ) |
| DBROOT_EXPORT void odrxUnregisterAuditInfoDestructorCallback | ( | ) |