tfDeleteNotifyTableEntry

Jump to: navigation, search

Table of Contents >> SNMP Programmer's Reference


#include <trapi.h>


int tfDeleteNotifyTableEntry (
ttUser32Bit flags,
ttCharPtr nteIndex
);


Function Description

Delete a notify table entry.


Parameters

  • flags
    Not used.
  • nteIndex
    Index of the notify table entry.


Returns

  • TM_ENOERROR
    Success.
  • TM_RECORD_NOTFOUND
    Failure, the entry was not found in the table.


Table of Contents >> SNMP Programmer's Reference