Platform SDK: Network Management

SnmpVarBind

The SnmpVarBind structure represents an SNMP variable binding. This structure is used by multiple SNMP functions. This structure is not used by the WinSNMP API functions.

typedef struct {
    AsnObjectName   name;   // variable name
    AsnObjectSyntax value;  // variable value
} SnmpVarBind;

Members

name
Indicates the variable's name, as an object identifier.
value
Contains the variable's value.

Requirements

  Windows NT/2000: Requires Windows NT 3.51 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Snmp.h.

See Also

Simple Network Management Protocol (SNMP) Overview, SNMP Structures