ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros | Functions
auditmgr.h File Reference
#include <qry/qry.h>
#include <tc/tc_startup.h>
#include <stdarg.h>
#include <ss/ss_const.h>
#include <sa/libsa_exports.h>
#include <sa/libsa_undef.h>

Go to the source code of this file.

Macros

#define AUDITDEF_class_name_c   "AuditDefinition"
 

Functions

SA_API int AUDITMGR__init_classes ()
 
SA_API int AUDITMGR_add_audit_properties (tag_t auditDefTag, int propCount, char **propertiesNames)
 
SA_API int AUDITMGR_create_audit_definition (tag_t objectType, tag_t eventType, int propCount, char **propertiesNames, int maxDaysKept, tag_t archiveMedia, tag_t userDefinedLogHandler, tag_t *auditDefTag)
 
SA_API int AUDITMGR_find_audit_definition (tag_t objectType, tag_t eventType, int *nFound, tag_t **auditDefTags)
 
SA_API int AUDITMGR_get_archive_media (tag_t auditDefTag, tag_t *archiveMedia)
 
SA_API int AUDITMGR_get_audit_properties (tag_t auditDefTag, int *propCount, char ***propertiesNames)
 
SA_API int AUDITMGR_get_auditable_type_names (int *count, char ***typeNames)
 
SA_API int AUDITMGR_get_auditable_types (int *count, tag_t **tags)
 
SA_API int AUDITMGR_get_event_type (tag_t auditDefTag, tag_t *eventType)
 
SA_API int AUDITMGR_get_log_handler (tag_t auditDefTag, tag_t *logHandler)
 
SA_API int AUDITMGR_get_max_days_kept (tag_t auditDefTag, int *daysCount)
 
SA_API int AUDITMGR_get_object_type (tag_t auditDefTag, tag_t *objectType)
 
SA_API int AUDITMGR_get_storage_type (tag_t auditDefTag, int *storageType)
 
SA_API int AUDITMGR_remove_audit_properties (tag_t auditDefTag, int propCount, char **propsNames)
 
SA_API int AUDITMGR_set_archive_media (tag_t auditDefTag, tag_t archiveMedia)
 
SA_API int AUDITMGR_set_log_handler (tag_t auditDefTag, tag_t logHandler)
 
SA_API int AUDITMGR_set_max_days_kept (tag_t auditDefTag, int daysCount)
 
SA_API int AUDITMGR_set_storage_type (tag_t auditDefTag, int storageType)
 

Detailed Description

This header file declares all data types and constants to be used by clients of the Event Manager.

Definition in file auditmgr.h.