SnmpUtilMemReAlloc function (snmp.h)
[SNMP is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use Windows Remote Management, which is the Microsoft implementation of WS-Man.]
The SnmpUtilMemReAlloc function changes the size of the specified memory object. This function is an element of the SNMP Utility API.
Syntax
LPVOID SNMP_FUNC_TYPE SnmpUtilMemReAlloc(
[in] LPVOID pMem,
[in] UINT nBytes
);
Parameters
[in] pMem
Pointer to the memory object to resize.
[in] nBytes
Specifies the number of bytes to allocate for the new memory object.
Return value
If the function succeeds, the return value is a pointer to the newly allocated memory object.
If the function fails, the return value is NULL.
Remarks
Call the SnmpUtilMemFree function to release memory that the SnmpUtilMemReAlloc function allocates.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | snmp.h |
Library | Snmpapi.lib |
DLL | Snmpapi.dll |