Condividi tramite


Funzione FreeMibTable (netioapi.h)

La funzione FreeMibTable libera il buffer allocato dalle funzioni che restituiscono tabelle di interfacce di rete, indirizzi e route (GetIfTable2 e GetAnycastIpAddressTable, ad esempio).

Sintassi

IPHLPAPI_DLL_LINKAGE VOID NETIOAPI_API_ FreeMibTable(
  [in] PVOID Memory
);

Parametri

[in] Memory

Puntatore al buffer da liberare.

Valore restituito

Questa funzione non restituisce un valore.

Commenti

La funzione FreeMibTable è definita in Windows Vista e versioni successive.

La funzione FreeMibTable viene usata per liberare i buffer interni usati da varie funzioni per recuperare tabelle di interfacce, indirizzi e route. Quando queste tabelle non sono più necessarie, FreeMibTable deve essere chiamato per rilasciare la memoria usata da queste tabelle.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione netioapi.h (includere Iphlpapi.h)
Libreria Iphlpapi.lib
DLL Iphlpapi.dll

Vedi anche

GetAnycastIpAddressTable

GetIfStackTable

GetIfTable2

GetIfTable2Ex

GetInvertedIfStackTable

GetIpForwardTable2

GetIpInterfaceTable

GetIpNetTable2

GetIpPathTable

GetMulticastIpAddressTable

GetUnicastIpAddressTable