tfAddNotifyFilterProfileTableEntry
Table of Contents >> SNMP Programmer's Reference
| #include <trapi.h> |
| int tfAddNotifyFilterProfileTableEntry | ( |
| tt32Bit flags, | |
| ttSnmpNotifyFilterProfileTableEntryPtr nfptEntryPtr | |
| ); |
Function Description
Add a notify filter profile entry to the list.
Parameters
- flags
- Not used.
- ntEntryPtr
- Pointer to a ttSnmpNotifyFilterProfileTableEntry, will be insertedin notify filter profile table after validation. The user must allocate and fill this struct before use.
Returns
- TM_ENOERROR
- Success.
- TM_NULL_ENTRY
- Failure, the entry was not initialized properly.
- TM_DUPLICATE_ENTRY
- Failure, cannot have two of the same entries.