|
|
|
date: 23 Jan 2007 20:15:12 -0800,
group: microsoft.public.platformsdk.networking
back
Can't find GetIpInterfaceEntry
Hey Everyone,
This is probably a very simple thing, but I want to use the new
GetIpInterfaceEntry function in the IP helper library, but it does not
seem to be there. When I try to compile, I get all kinds of errors:
NETIOAPI_API is an undeclared identifier, as is PMIB_INTERFACE_ROW and,
of course, GetIpInterfaceEntry as well.
The documentation says this function is defined in Netiopapi.h, which
is supposed to be included from iphlpapi.h. However, my iphlpapi.h
doesn't include netiopapi.h, and it's not anywhere I can find it.
I'm using Visual Studio 2005 version 8.0.50727.42 on Windows Vista
Ultimate. I assume I'm using the wrong version of something, but I
don't know what. I've also looked in the Platform SDK for XP SP2 and
the Platform SDK for Windows Server 2003 R2.
Could someone point me in the right direction?
Thanks,
Kevin
date: 23 Jan 2007 20:15:12 -0800
author: unknown
Re: Can't find GetIpInterfaceEntry
You do can see GetIpInterfaceEntry() in the Vista's IPHLPAPI.dll, but yet we
have no lib and H for it, they will be in Vista's PSDK not XP/Server :(
Arkady
wrote in message
news:1169612112.116483.201200@q2g2000cwa.googlegroups.com...
> Hey Everyone,
>
> This is probably a very simple thing, but I want to use the new
> GetIpInterfaceEntry function in the IP helper library, but it does not
> seem to be there. When I try to compile, I get all kinds of errors:
> NETIOAPI_API is an undeclared identifier, as is PMIB_INTERFACE_ROW and,
> of course, GetIpInterfaceEntry as well.
>
> The documentation says this function is defined in Netiopapi.h, which
> is supposed to be included from iphlpapi.h. However, my iphlpapi.h
> doesn't include netiopapi.h, and it's not anywhere I can find it.
>
> I'm using Visual Studio 2005 version 8.0.50727.42 on Windows Vista
> Ultimate. I assume I'm using the wrong version of something, but I
> don't know what. I've also looked in the Platform SDK for XP SP2 and
> the Platform SDK for Windows Server 2003 R2.
>
> Could someone point me in the right direction?
>
> Thanks,
> Kevin
>
date: Wed, 24 Jan 2007 09:53:22 +0200
author: Arkady Frenkel
Re: Can't find GetIpInterfaceEntry
"Arkady Frenkel" wrote in message
news:%23VKG6y4PHHA.992@TK2MSFTNGP06.phx.gbl...
> You do can see GetIpInterfaceEntry() in the Vista's IPHLPAPI.dll, but yet
> we have no lib and H for it, they will be in Vista's PSDK not XP/Server :(
> Arkady
Vista's PSDK is available here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en
It's a bit on the large side, hope you have more than basic broadband.
>
>
> wrote in message
> news:1169612112.116483.201200@q2g2000cwa.googlegroups.com...
>> Hey Everyone,
>>
>> This is probably a very simple thing, but I want to use the new
>> GetIpInterfaceEntry function in the IP helper library, but it does not
>> seem to be there. When I try to compile, I get all kinds of errors:
>> NETIOAPI_API is an undeclared identifier, as is PMIB_INTERFACE_ROW and,
>> of course, GetIpInterfaceEntry as well.
>>
>> The documentation says this function is defined in Netiopapi.h, which
>> is supposed to be included from iphlpapi.h. However, my iphlpapi.h
>> doesn't include netiopapi.h, and it's not anywhere I can find it.
>>
>> I'm using Visual Studio 2005 version 8.0.50727.42 on Windows Vista
>> Ultimate. I assume I'm using the wrong version of something, but I
>> don't know what. I've also looked in the Platform SDK for XP SP2 and
>> the Platform SDK for Windows Server 2003 R2.
>>
>> Could someone point me in the right direction?
>>
>> Thanks,
>> Kevin
>>
>
>
date: Wed, 24 Jan 2007 08:32:39 -0600
author: Ben Voigt am
Re: Can't find GetIpInterfaceEntry
That one still haven't what Kevin need :(
Arkady
"Ben Voigt" <rbv@nospam.nospam> wrote in message
news:eBVBWR8PHHA.2468@TK2MSFTNGP06.phx.gbl...
>
> "Arkady Frenkel" wrote in message
> news:%23VKG6y4PHHA.992@TK2MSFTNGP06.phx.gbl...
>> You do can see GetIpInterfaceEntry() in the Vista's IPHLPAPI.dll, but yet
>> we have no lib and H for it, they will be in Vista's PSDK not XP/Server
>> :(
>> Arkady
>
> Vista's PSDK is available here:
> http://www.microsoft.com/downloads/details.aspx?FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en
>
> It's a bit on the large side, hope you have more than basic broadband.
>
>>
>>
>> wrote in message
>> news:1169612112.116483.201200@q2g2000cwa.googlegroups.com...
>>> Hey Everyone,
>>>
>>> This is probably a very simple thing, but I want to use the new
>>> GetIpInterfaceEntry function in the IP helper library, but it does not
>>> seem to be there. When I try to compile, I get all kinds of errors:
>>> NETIOAPI_API is an undeclared identifier, as is PMIB_INTERFACE_ROW and,
>>> of course, GetIpInterfaceEntry as well.
>>>
>>> The documentation says this function is defined in Netiopapi.h, which
>>> is supposed to be included from iphlpapi.h. However, my iphlpapi.h
>>> doesn't include netiopapi.h, and it's not anywhere I can find it.
>>>
>>> I'm using Visual Studio 2005 version 8.0.50727.42 on Windows Vista
>>> Ultimate. I assume I'm using the wrong version of something, but I
>>> don't know what. I've also looked in the Platform SDK for XP SP2 and
>>> the Platform SDK for Windows Server 2003 R2.
>>>
>>> Could someone point me in the right direction?
>>>
>>> Thanks,
>>> Kevin
>>>
>>
>>
>
>
date: Wed, 24 Jan 2007 18:34:18 +0200
author: Arkady Frenkel
|
|