Archived from groups: microsoft.public.windowsnt.protocol.tcpip (More info?)
"rambo" <rambo@discussions.microsoft.com> schrieb im Newsbeitrag
news:9CD4C377-9A2D-4BCE-92C4-209E609EDC06@microsoft.com...
> my program returns the "ERROR_NOT_SUPPORTED" code back.
> I tried to find out some network parms like speed duplex etc.
>
> I'm using WIN NT4 SP6a
> on W2k and XP it works ok!
rambo,
IP Helper API function are you using?
From MSDN about IP Helper API:
Run-Time Requirements
The IP Helper API is supported on Microsoft® Windows® 98, Microsoft Windows®
Millennium Edition, on Microsoft® Windows NT® version 4.0 with Service Pack 4,
Microsoft Windows® 2000, Microsoft Windows® XP and Microsoft Windows® .NET
Server. Not all of the operating systems support all of the functions. If an
IP Helper function on a platform is called that does not support that
function, a return value of ERROR_NOT_SUPPORTED is received. For more specific
information about which operating systems support a particular function, refer
to the Requirements sections in the documentation.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Developer and Tester
http://www.I-B-A-M.de/Andreas_Mars [...] PI_FAQ.htm * Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.
Archived from groups: microsoft.public.windowsnt.protocol.tcpip (More info?)
If you need adapter's speed in NT you can read it with GetIfTable()
Arkady
"Andreas Marschall [MVP TAPI]" <Andreas.Marschall@I-B-A-M.de> wrote in
message news:ud%23cuJVNFHA.204@TK2MSFTNGP15.phx.gbl...
> "rambo" <rambo@discussions.microsoft.com> schrieb im Newsbeitrag
> news:9CD4C377-9A2D-4BCE-92C4-209E609EDC06@microsoft.com...
>> my program returns the "ERROR_NOT_SUPPORTED" code back.
>> I tried to find out some network parms like speed duplex etc.
>>
>> I'm using WIN NT4 SP6a
>> on W2k and XP it works ok!
>
> rambo,
> IP Helper API function are you using?
>
> From MSDN about IP Helper API:
> Run-Time Requirements
> The IP Helper API is supported on Microsoft® Windows® 98, Microsoft
> Windows®
> Millennium Edition, on Microsoft® Windows NT® version 4.0 with Service
> Pack 4,
> Microsoft Windows® 2000, Microsoft Windows® XP and Microsoft Windows® .NET
> Server. Not all of the operating systems support all of the functions. If
> an
> IP Helper function on a platform is called that does not support that
> function, a return value of ERROR_NOT_SUPPORTED is received. For more
> specific
> information about which operating systems support a particular function,
> refer
> to the Requirements sections in the documentation.
>
>
> --
> Best Regards
> Andreas Marschall
> Microsoft MVP for TAPI / Windows SDK
> TAPI / TSP Developer and Tester
> http://www.I-B-A-M.de/Andreas_Mars [...] PI_FAQ.htm > * Please post all messages and replies to the newsgroup so all may
> * benefit from the discussion. Private mail is usually not replied to.
> * This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.