다음을 통해 공유


SnmpUtilMemAlloc (Windows CE 5.0)

Send Feedback

This function allocates dynamic memory from the process heap.

LPVOID SnmpUtilMemAlloc(UINTnBytes);

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.