tfDeleteTargetAddrTableEntry

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfDeleteTargetAddrTableEntry (
ttUser32Bit flags,
ttCharPtr tateIndex
);


Function Description

This function deletes an addr table entry.


Parameters

  • flags
    Not used.
  • tateIndex
    Index of the target addr table entry to remove.


Returns

  • TM_ENOERROR
    Success.
  • TM_RECORD_NOTFOUND
    Failure, index of the community to remove is not found.


Table of Contents >> SNMP Programmer's Reference