tfDeleteTargetParamsTableEntry

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfDeleteTargetParamsTableEntry (
ttUser32Bit flags,
ttCharPtr tpteIndex
);


Function Description

This function deletes a target marams table entry.


Parameters

  • flags
    Not used.
  • tpteIndex
    Index of the target params table entry (snmpTargetParamsName).


Returns

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


Table of Contents >> SNMP Programmer's Reference