FreeMibTable (NETIOAPI) (Compact 2013)
3/26/2014
This function frees the buffer that is allocated by the functions that return tables of network interfaces, addresses, and routes (for example, GetIfTable2 (NETIOAPI) and GetAnycastIpAddressTable (NETIOAPI)).
Syntax
VOID NETIOAPI_API_
FreeMibTable(
IN PVOID Memory
);
Parameters
- Memory
A pointer to the buffer to free.
Return Value
None
Remarks
The FreeMibTable function is used to free the internal buffers that various functions use to retrieve tables of interfaces, addresses, and routes. When these tables are no longer needed, your driver should call FreeMibTable to release the memory that these tables use.
See Also
Reference
IP Helper Kernel-Mode Functions
GetAnycastIpAddressTable (NETIOAPI)
GetIfStackTable (NETIOAPI)
GetIfTable2 (NETIOAPI)
GetIfTable2Ex (NETIOAPI)
GetInvertedIfStackTable (NETIOAPI)
GetIpForwardTable2 (NETIOAPI)
GetIpInterfaceTable (NETIOAPI)
GetIpNetTable2 (NETIOAPI)
GetIpPathTable (NETIOAPI)
GetMulticastIpAddressTable (NETIOAPI)
GetUnicastIpAddressTable (NETIOAPI)