Application-defined function that determines whether a test for a given violation type at a given level should be verified.
- Parameters:
-
| type | The violation type |
| level | The level |
| file | The file in which the enforcement is expressed |
| line | The file on which the enforcement is expressed |
| function | The file within which the enforcement is expressed, May be NULL. |
| expression | The enforcement expression |
- Returns:
- A value that controls whether this instance
- Return values:
-
| 0 | The condition will not be verified |
| !=0 | The condition will be verified |