Platform SDK: Network Management

SnmpUtilVarBindFree

The SnmpUtilVarBindFree function frees the memory allocated for an SnmpVarBind structure. This function is an element of the SNMP Utility API.

VOID SnmpUtilVarBindFree(
  SnmpVarBind *pVb  // variable binding to free
);

Parameters

pVb
[in/out] Pointer to an SnmpVarBind structure whose memory should be freed.

Return Values

None.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Snmp.h.
  Library: Use Snmpapi.lib.

See Also

Simple Network Management Protocol (SNMP) Overview, SNMP Functions, SnmpVarBind, SnmpUtilVarBindListFree