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).