Share via


FreeMibTable (Compact 2013)

3/26/2014

This function frees the buffer allocated by the functions that return tables of network interfaces, addresses, and routes (GetIfTable2 and GetAnycastIpAddressTable, for example).

Syntax

VOID NETIOAPI_API_ FreeMibTable(
  __in  PVOID Memory
);

Parameters

  • Memory
    A pointer to the buffer to free.

Return Value

This function does not return a value.

Remarks

The FreeMibTable function is used to free the internal buffers used by various functions to retrieve tables of interfaces, addresses, and routes. When these tables are no longer needed, FreeMibTable should be called to release the memory used by these tables.

See Also

Reference

IP Helper Functions
GetAnycastIpAddressTable
GetIfStackTable
GetIfTable2
GetIfTable2Ex
GetInvertedIfStackTable
GetIpForwardTable2
GetIpInterfaceTable
GetIpNetTable2
GetIpPathTable
GetMulticastIpAddressTable
GetUnicastIpAddressTable