tfDisplayTargetParamsTableEntry

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfDisplayTargetParamsTableEntry (
ttSnmpTargetParamsTableEntryPtr entryPtr,
unsigned int i
);


Function Description

This function displays a ttsnmpTargetParams from the list.


Parameters

  • entryPtr
    Pointer to found ttSnmpTargetParamsTableEntry, 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