Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
platform
active.directory
adsi
adsi.iis-admin
base
com_ole
complus_mts
component_svcs
database
directx
gdi
graphics_mm
internet.client
internet.server
internet.server.isapi-dev
localization
mapi
messaging
msi
mslayerforunicode
multimedia
networking
networking.ipv6
sdk_install
security
shell
telephony.tapi_2
telephony.tapi_3
telephony.tsp
telephony.wte
tools
ui
ui_shell
win_base_svcs
win16
  
 
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

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us