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

AVEVA™ Batch Management

HistHookDeleteErrorQRecord

  • Last UpdatedJun 06, 2017
  • 1 minute read

Description:

The HistHookDeleteErrorQRecord function is called by the HistQReader with appropriate data. When the function is called, it either returns a Delete SQL query or NULL. Based on the return value, the HistQReader either deletes a record from the ErrorQ table or executes its default implementation.

Syntax

char* HistHookDeleteErrorQRecord(int nErrorId)

Parameters:

  • nErrorId

    • Type: Integer

    • Description: Contains the unique identification number of the error record to be deleted

Return Type: char*

This function returns a delete query for the ErrorQ 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