This topic has not yet been rated - Rate this topic

SnmpUtilVarBindListFree function

[SNMP is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use Windows Remote Management, which is the Microsoft implementation of WS-Man.]

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

Syntax


void SnmpUtilVarBindListFree(
  _Inout_  SnmpVarBindList *pVbl
);

Parameters

pVbl [in, out]

Pointer to an SnmpVarBindList structure whose allocated memory should be freed.

Return value

This function has no return values.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Snmp.h

Library

Snmpapi.lib

DLL

Snmpapi.dll

See also

Simple Network Management Protocol (SNMP) Overview
SNMP Functions
SnmpVarBindList
SnmpUtilVarBindFree

 

 

Send comments about this topic to Microsoft

Build date: 10/30/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.