Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Other versions of this page are also available for the following:
Windows Mobile Not Supported Windows Embedded CE Supported
8/28/2008

To implement the SnmpTfx framework APIs properly, you need to set up data structures that tell the framework what calls to make and at what time. To define these structures, you can use a set of macros. The Snmpexts.h header file, which is located in the same directory as the Snmp.h header file, includes data definitions for all of the structures that are used. To implement the SnmpTfx framework, you need to set up the following structure and arrays:

  • SnmpMibViewstructure

  • SnmpMibEntryarray

  • SnmpMibTablearray

See Also