共用方式為


FreeMibTable 函式

FreeMibTable 函式會釋放由傳回網路介面、位址和路由數據表的函式所配置的緩衝區(例如,GetIfTable2GetAnycastIpAddressTable)。

語法

VOID NETIOAPI_API_ FreeMibTable(
  _In_ PVOID Memory
);

參數

  • 記憶體 [in]
    要釋放之緩衝區的指標。

傳回值

沒有

言論

FreeMibTable 函式可用來釋放各種函式用來擷取介面、位址和路由數據表的內部緩衝區。 不再需要這些數據表時,驅動程式應該呼叫freeMibTable ,以釋放這些數據表所使用的記憶體。

要求

目標平臺

通用

版本

可在 Windows Vista 和更新版本的 Windows作系統中使用。

頁眉

Netioapi.h (包括 Netioapi.h)

圖書館

Netio.lib

IRQL

< DISPATCH_LEVEL

另請參閱

GetAnycastIpAddressTable

GetIfStackTable

GetIfTable2

GetIfTable2Ex

GetInvertedIfStackTable

GetIpForwardTable2

GetIpInterfaceTable

GetIpNetTable2

GetIpPathTable

GetMulticastIpAddressTable

GetUnicastIpAddressTable