Share via


SnmpUtilMemAlloc

This function allocates dynamic memory from the process heap.

LPVOID SnmpUtilMemAlloc(
  UINT nBytes 
);

Parameters

  • nBytes
    [in] Specifies the number of bytes to allocate for the memory object.

Return Values

This function has no return values.

Remarks

The SnmpUtilMemAlloc function zeroes the memory that it allocates.

Use the SnmpUtilMemFree function to release memory that the SnmpUtilMemAlloc function allocates.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Snmpapi.h.
Link Library: Snmp.lib.

See Also

SnmpUtilMemFree

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.