I added IP Helper API feature to my ce 5.0 ,but GetIpForwardTable
function always return ERROR_NOT_SUPPORTED when I call it. Why? Do I
need add other features to my workspace?

Re: What feature is Needed to support GetIpForwardTable function? by Michel

Michel
Tue Apr 15 22:03:09 PDT 2008

Did you add the TCP/IP stack and networking components? That error means
(from the Win32 documentation (sometimes the Win32 docs have a bit more
information on error codes)):

ERROR_NOT_SUPPORTED

This function is not supported on the operating system in use on the
local system. This error is returned if there is no IP stack installed
on the local computer.

Besides that I don't know, AFAIK there's no source available for the
IPHelper lib so analyzing the function code is out of the question...


Good luck,

Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog

GuruCE Ltd.
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.

PowerAll888@tom.com wrote:
> I added IP Helper API feature to my ce 5.0 ,but GetIpForwardTable
> function always return ERROR_NOT_SUPPORTED when I call it. Why? Do I
> need add other features to my workspace?

Re: What feature is Needed to support GetIpForwardTable function? by PowerAll888

PowerAll888
Tue Apr 15 23:15:02 PDT 2008

Yes, I already add these features:

Internet Connection sharing->Gateway Logging
IPSec v4
NDIS user-mode I/O driver
Network Driver Architecture
Network Utilities (Ipconfig,ping,route)
Reference Gateway User Interface
Tcp/IP->IP helper API
Windows Networking API/Redirector
Winsock Support

But it can't work.

Re: What feature is Needed to support GetIpForwardTable function? by Paul

Paul
Wed Apr 16 08:39:39 PDT 2008

And, after you added all of those things, you did a Clean Sysgen of the OS
to be sure that everything got built in?

Paul T.

<PowerAll888@tom.com> wrote in message
news:a143f4a6-a909-4d83-a50c-6db40ae3ab9c@b9g2000prh.googlegroups.com...
> Yes, I already add these features:
>
> Internet Connection sharing->Gateway Logging
> IPSec v4
> NDIS user-mode I/O driver
> Network Driver Architecture
> Network Utilities (Ipconfig,ping,route)
> Reference Gateway User Interface
> Tcp/IP->IP helper API
> Windows Networking API/Redirector
> Winsock Support
>
> But it can't work.