SnmpVarBindList

The SnmpVarBindList structure represents an SNMP variable bindings list. This structure is used by multiple SNMP functions. This structure is not used by the WinSNMP Manager API functions.

typedef struct {
    SnmpVarBind *list;   //pointer to variable bindings
    UINT           len;  //number of variable binding entries
} SnmpVarBindList;
 

Members

list
A pointer that references an array to access individual variable bindings.
len
Contains the number of variable bindings in the list.

QuickInfo

  Windows NT: Requires version 3.51 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in snmp.h.

See Also

Simple Network Management Protocol (SNMP) Overview, SNMP Structures, SnmpVarBind