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?