The SnmpVarBind structure represents an SNMP variable binding. This structure is used by multiple SNMP functions. This structure is not used by the WinSNMP Manager API functions.
typedef struct {
AsnObjectName name; // variable name
AsnObjectSyntax value; // variable value
} SnmpVarBind;
Windows NT: Requires version 3.51 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in snmp.h.
Simple Network Management Protocol (SNMP) Overview, SNMP Structures