I'm using an IP filter extension which passes in the
RecvInterfaceIndex (defined to be the Index of the Network
Interface Card, NIC). I'm trying to find a way that I can
know which card has which index. I thought the IP helper
function GetAdaptersInfo would give me this but the indices
are not the same. I'm seeing an index of 1 on the
recvInterfaceIndex and 65540 on the getAdaptersInfo.

Re: Index of NIC by Kirk

Kirk
Wed Nov 19 03:57:17 CST 2003

"Betsy" <anonymous@discussions.microsoft.com> wrote in message
news:0af101c3ae0b$445350d0$a601280a@phx.gbl...
> I'm using an IP filter extension which passes in the
> RecvInterfaceIndex (defined to be the Index of the Network
> Interface Card, NIC). I'm trying to find a way that I can
> know which card has which index. I thought the IP helper
> function GetAdaptersInfo would give me this but the indices
> are not the same. I'm seeing an index of 1 on the
> recvInterfaceIndex and 65540 on the getAdaptersInfo.

Are you looking for GetIfTable?

-Kirk