tfDeleteNotifyFilterProfileTableEntry
Table of Contents >> SNMP Programmer's Reference
| #include <trapi.h> |
| int tfDeleteNotifyFilterProfileTableEntry | ( |
| ttUser32Bit flags, | |
| ttCharPtr nfpteIndex | |
| ); |
Function Description
This function deletes a notify filter profile table entry.
Parameters
- flags
- Not used.
- comIndex
- Index of the notify filter profile entry (the snmpTargetParamsName).
Returns
- TM_ENOERROR
- Success.
- TM_RECORD_NOTFOUND
- Failure, index of the community to remove is not found.