tfDeleteContextEntry
Table of Contents >> SNMP Programmer's Reference
| #include <trapi.h> |
| int tfDeleteContextEntry | (ttSnmpVacmContextTablePtr contextTablePtr); |
Function Description
This function deletes the entry from the linked list of ttSnmpVacmContextTable's. The struct ttSnmpVacmContextTable is defined in trsnmpv3.h.
Parameters
- contextTablePtr
- Input parameter, pointer to ttSnmpVacmContextTable.
Returns
- TM_ENOERROR
- Success.
- TM_ALLOCATION_ERROR
- Failure to allocate memory for the agent global variables.
- TM_WRONG_CONTEXTNAME_LENGTH
- Failure, svctNameLen is not between 0 and 32.
- TM_CONTEXTNAME_NOT_PRINTABLE
- Failure, svctName contains unprintable characters.