tfDeleteNotifyFilterTableEntry
Table of Contents >> SNMP Programmer's Reference
| #include <trapi.h> |
| int tfDeleteNotifyFilterTableEntry | ( |
| tt32Bit flags, | |
| ttCharPtr filterProfileName, | |
| int filterSubTreeLen, | |
| ttOidPtr filterSubTree | |
| ); |
Function Description
Delete a notify filter entry from the Notify Filter Table
Parameters
- flags
- Not used.
- filterProfileName
- Name of the Profile to be deleted from the table.
- filterSubTreeLen
- Length of the sub-tree of the filter.
- filterSubTree
- The sub-tree of the filter to be deleted.
Returns
- TM_ENOERROR
- Success.
- TM_RECORD_NOTFOUND
- Failure, index of the community to remove is not found.