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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in snmp.h.
  Import Library: Use snmpapi.lib.

See Also

Simple Network Management Protocol (SNMP) Overview, SNMP Functions, SnmpUtilMemAlloc, SnmpUtilMemReAlloc