Share via


SnmpUtilMemAlloc

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function allocates dynamic memory from the process heap.

Syntax

LPVOID SnmpUtilMemAlloc(
  UINT nBytes 
);

Parameters

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

Return Value

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

Header Snmpapi.h
Library snmp.lib
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

SnmpUtilMemFree