Platform SDK: Network Management |
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 API functions.
typedef struct { SnmpVarBind *list; // pointer to variable bindings UINT len; // number of variable binding entries } SnmpVarBindList;
Windows NT/2000: Requires Windows NT 3.51 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Snmp.h.
Simple Network Management Protocol (SNMP) Overview, SNMP Structures, SnmpVarBind