CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
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 242 of file OdAuditInfo.h.

Function Documentation

◆ odrxRegisterAuditInfoDestructorCallback()

DBROOT_EXPORT void odrxRegisterAuditInfoDestructorCallback ( const ODAUDITINFO_CALLBACK  callbackFunc)

◆ odrxUnregisterAuditInfoDestructorCallback()

DBROOT_EXPORT void odrxUnregisterAuditInfoDestructorCallback ( )