SnmpUtilMemAlloc (Windows CE 5.0)
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
Send Feedback on this topic to the authors