Platform SDK: Network Management

SnmpUtilMemFree

The SnmpUtilMemFree function frees the specified memory object. This function is an element of the SNMP Utility API.

VOID SnmpUtilMemFree(
  LPVOID pMem  // pointer to memory object to release
);

Parameters

pMem
[in/out] Pointer to the memory object to release.

Return Values

None.

Remarks

Call the SnmpUtilMemAlloc function to allocate the memory for the object.

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, SnmpUtilMemAlloc, SnmpUtilMemReAlloc