tfDisplayNotifyTableEntry

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfDeleteNotifyTableEntry (
ttSnmpNotifyTableEntryPtr entryPtr,
unsigned int index
);


Function Description

{{{1}}}


Parameters

  • entryPtr
    pointer to found ttSnmpNotifyTableEntry, memory allocated by the caller and populated by this function.
  • index
    Sequential entry number of the member to be displayed.


Returns

  • TM_ENOERROR
    Success.
  • TM_ALLOCATION_ERROR
    Failure to allocate memory for the agent global variables.
  • TM_RECORD_NOTFOUND
    Failure,the record was not found.


Table of Contents >> SNMP Programmer's Reference