Share via


SnmpVarBindList

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

typedef struct {
  SnmpVarBind* list;
  UINT len;
}SnmpVarBindList;

Members

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

Requirements

Header snmp.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

SnmpVarBind