Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Batch Management

HistHookSecurity

  • Last UpdatedJun 06, 2017
  • 1 minute read

Description:

The HistHookSecurity function is called during all security events. The security events are the user actions performed on a user profile, such as adding, editing or logging on attempts to access an application. When this function is called, it adds an entry in the AuditEvent table of the BatchHistory database.

Syntax

char* HistHookSecurity(char* szBatchServerName, H_Security* pSecurity)

Parameters:

  • szBatchServerName

    • Type: char*

    • Description: Contains the name of the batch server configured in system parameters

  • pSecurity

    • Type: H_Security*

    • Description: Points to the structure of H_Security that refers to the AuditEvent table of the BatchHistory database

Return Type: char*

This function returns an insert query for the AuditEvent table of the BatchHistory database. The returned string must remain allocated (that is, it must return a static buffer).

In This Topic
TitleResults for “How to create a CRG?”Also Available in