SnmpTfx Macro Name Conventions

The following table shows the name-generation conventions that are used by SnmpTfx macros.

Prefix Use
gf_base name Defines SNMP Accessor functions that are used for GetRequest, GetNextRequest, and GetBulk operations.
sf_base name Defines SNMP Set functions.
gb_base name Defines SNMP Framework get-buffer variables.
sb_base name Defines SNMP Framework set-buffer variables.
ids_base name Defines OIDs. Used for instances of arrays of UINTs. Used in the MIB_VIEW and MIB_GROUP macros, and others.
mib_base name Defines MIB entries. Used for the SnmpMibEntry structure.
tbl_base name Defines Table entries. Used for the SnmpMibTable structure.
mi_base name Defines MIB table-index elements. These items are compilation constants, which are defined in #define statements. They outline the table-position index for MIB elements in a MIB table. MIB elements that are not part of a table do not require the definition of an mi_ constant. If there are multiple tables in a MIB, you should define an mi_ constant.
ne_base name Defines number of entries for tables. These items are compilation constants, which are defined in #define statements.
ni_base name Defines number-of-indexes elements. These items are compilation constants, which are defined in #define statements.

 Last updated on Friday, April 02, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.