CFx SDK Documentation  2023 SP0
Classes | Typedefs | Functions
OdAuditInfo.h File Reference
#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 Documentation

◆ ODAUDITINFO_CALLBACK

typedef void(* ODAUDITINFO_CALLBACK) (const OdAuditInfo *)

This registration allows you to catch the invoking of each audit info destructor.

Definition at line 235 of file OdAuditInfo.h.

Function Documentation

◆ odrxRegisterAuditInfoDestructorCallback()

DBROOT_EXPORT void odrxRegisterAuditInfoDestructorCallback ( const ODAUDITINFO_CALLBACK  callbackFunc)

◆ odrxUnregisterAuditInfoDestructorCallback()

DBROOT_EXPORT void odrxUnregisterAuditInfoDestructorCallback ( )