tfDisplayNotifyFilterTableEntry

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfDisplayNotifyFilterTableEntry (
ttSnmpVacmContextTablePtr entryPtr,
unsigned int index
);


Function Description

This function displays a tfsnmpNotifyFilterTableEntry from the list.


Parameters

  • entryPtr
    Pointer to found ttSnmpNotifyFilterTableEntry, memory allocated by the caller and populated by this function.
  • i
    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, no such row is found.


Table of Contents >> SNMP Programmer's Reference