ConvertInterfaceLuidToIndex 函数 (netioapi.h)

ConvertInterfaceLuidToIndex 函数将网络接口的本地唯一标识符 (LUID) 转换为接口的本地索引。

语法

IPHLPAPI_DLL_LINKAGE _NETIOAPI_SUCCESS_ NETIOAPI_API ConvertInterfaceLuidToIndex(
  [in]  const NET_LUID *InterfaceLuid,
  [out] PNET_IFINDEX   InterfaceIndex
);

参数

[in] InterfaceLuid

指向网络接口 NET_LUID 的指针。

[out] InterfaceIndex

接口的本地索引值。

返回值

成功后, ConvertInterfaceLuidToIndex 返回NO_ERROR。 任何非零返回值都指示失败,并在 InterfaceIndex 参数中返回NET_IFINDEX_UNSPECIFIED

错误代码 含义
ERROR_INVALID_PARAMETER
某个参数无效。 如果 InterfaceLuidInterfaceIndex 参数为 NULL ,或者 InterfaceLuid 参数无效,则返回此错误。

注解

ConvertInterfaceLuidToIndex 函数在 Windows Vista 及更高版本上可用。

ConvertInterfaceLuidToIndex 函数独立于协议,适用于 IPv6 和 IPv4 协议的网络接口。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 netioapi.h (包括 Iphlpapi.h)
Library Iphlpapi.lib
DLL Iphlpapi.dll

另请参阅

ConvertInterfaceAliasToLuid

ConvertInterfaceGuidToLuid

ConvertInterfaceIndexToLuid

ConvertInterfaceLuidToAlias

ConvertInterfaceLuidToGuid

ConvertInterfaceLuidToNameA

ConvertInterfaceLuidToNameW

ConvertInterfaceNameToLuidA

ConvertInterfaceNameToLuidW

NET_LUID

if_indextoname

if_nametoindex