The SnmpUtilVarBindListFree function frees any allocated data associated with an RFC1157VarBindList structure.
VOID SnmpUtilVarBindListFree(
RFC1157VarBindList *VarBindList | // variable bindings list to free |
); |
Parameters
VarBindList
[in/out] Points to an RFC1157VarBindList structure whose allocated data should be freed.
Return Values
No return value.
See Also