Hello,
I'm new to using NDIS and figuring out what I can and can't do with it.
A fair amount of documentation refers to structures and funcs defined in
Nuiouser.h. This header seems to be available for my Win CE and pocket PC
SDK's, but not for my general winxp environment on a laptop/notebook. So my
question is, how do I get the same functionality for my general winxp
environment? I'm not doing any device driver development, I just want to
query information from local adapters. Do I need to get the DDK from
Microsoft just for doing simple queries? Everything for NDIS seems very
oriented to handheld mobile devices, but I want to get some information for
wireless devices on a laptop running XP as well.
Thanks,
Andrew
Ashok K Kumar - 03 Dec 2004 15:03 GMT
For querying Network adaptors, you can use IP Helper API's like
GetAdaptorInfo(), GetNetworkParams and host of other functions. These set of
API's are also available in CE and pocketpc platform.
You can also use WMI from Windows 2000 onwards.

Signature
------------------------------
Ashok K Kumar
------------------------------
> Hello,
>
[quoted text clipped - 12 lines]
> Thanks,
> Andrew
andrew - 03 Dec 2004 15:25 GMT
Thanks a lot... just what I was looking for.
> For querying Network adaptors, you can use IP Helper API's like
> GetAdaptorInfo(), GetNetworkParams and host of other functions. These set
[quoted text clipped - 21 lines]
>> Thanks,
>> Andrew
parveenjain - 02 Jan 2008 12:18 GMT
This question also helped in my developement and thanks from me too.
I Just have one more question relating to that , Why do we require NDIS
driver (what I got from specs is that this is also used for controlling
the network adapters).
Where is the difference between there usage ??

Signature
parveenjain