tfAddTargetAddrTableEntry
Table of Contents >> SNMP Programmer's Reference
| #include <trapi.h> |
| int tfAddTargetAddrTableEntry | ( |
| tt32Bit flags, | |
| ttSnmpTargetAddrTableEntryPtr tatEntryPtr | |
| ); |
Function Description
Add a target address entry to the list.
Parameters
- flags
- Not used.
- ntEntryPtr
- Pointer to a ttSnmpTargetAddrTableEntry, will be inserted in target address 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.