Re: NDIS Version question.
- From: soviet_bloke@xxxxxxxxxxx
- Date: 13 Oct 2006 15:35:56 -0700
Maxim,
PnPEventHandler/power management function codes is NDIS 5. For instance, in
WinCE 4.2, the IP stack was NDIS 4 and did not support them.
I really don't know how it works with CE - I never wrote anything for
WinCE. I am speaking *STRICTLY* about NT-based system, so that all my
statements are based upon
W2K DDK/ XP DDK/WDK. Please check NdisRegisterProtocol() documentation
in any of
above mentioned DDKs, and you will see that MajorNdisVersion has to be
set strictly to 5
only if you want to add support for CoNDIS. If your driver just
implements PnP handlers you can set MajorNdisVersion either to 4 or to
5.
Anton Bassov
Maxim S. Shatskih wrote:
(namely, BindAdapterHandler; UnbindAdapterHandler; PnPEventHandler;
PnPEventHandler/power management function codes is NDIS 5. For instance, in
WinCE 4.2, the IP stack was NDIS 4 and did not support them.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
.
- References:
- Re: NDIS Version question.
- From: Thomas F. Divine
- Re: NDIS Version question.
- From: Stephan Wolf [MVP]
- Re: NDIS Version question.
- From: mirage2k2
- Re: NDIS Version question.
- From: Maxim S. Shatskih
- Re: NDIS Version question.
- From: soviet_bloke
- Re: NDIS Version question.
- From: Maxim S. Shatskih
- Re: NDIS Version question.
- From: soviet_bloke
- Re: NDIS Version question.
- From: Stephan Wolf [MVP]
- Re: NDIS Version question.
- From: soviet_bloke
- Re: NDIS Version question.
- From: Maxim S. Shatskih
- Re: NDIS Version question.
- Prev by Date: Re: NDIS5.1 driver in Vista
- Next by Date: Re: WDF Class Filter Driver Installation
- Previous by thread: Re: NDIS Version question.
- Next by thread: Re: NDIS Version question.
- Index(es):
Relevant Pages
|
|