SnmpUtilMemFree function
[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 SnmpUtilMemFree function frees the specified memory object. This function is an element of the SNMP Utility API.
Syntax
void SnmpUtilMemFree(
_Inout_ LPVOID pMem
);
Parameters
- pMem [in, out]
-
Pointer to the memory object to release.
Return value
This function does not return a value.
Remarks
Call the SnmpUtilMemAlloc function to allocate the memory for the object.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- Simple Network Management Protocol (SNMP) Overview
- SNMP Functions
- SnmpUtilMemAlloc
- SnmpUtilMemReAlloc
Send comments about this topic to Microsoft
Build date: 10/30/2012