Re: communicating with NDIS under user mode without using- IM driver

Thanks for your help. I refered to 2000DDK and got useful information.

However, we faced another problem:

>How can the Ndis driver indicate events directly to user mode app, like
packet received and link mode change?

Thanks for your help again.

Best Regards

Kevin Liang

Mathias Ellinger
To: “NT Developers Interest List”
Sent by:
xxxxx@lis cc:
ts.osr.com Subject: [ntdev] Re: communicating with NDIS
under user mode without using IM driver

2001/03/29 06:24 PM
Please respond to “NT
Developers Interest
List”

hello,

>>First what OS you will support ?
>>For Windows 2000 you can create a new device extension and use your
>>normal IO control calls.

>Where should I “create a new device extension”? I think I can’t create
>device in user mode application.

Your NDIS driver must call NdisMRegisterDevice, now you have a new
device extension under your control and you have your own driver
dispatch table and can dispatch IO Controls from user mode.
But this Ndis API call is only avail in Windows >= 2000.

elli


You are currently subscribed to ntdev as: xxxxx@accton-sh.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com