Setting a user mode visible event from kernel mode driver

Hi all,

If we create a kevent in kernel mode (from inside a network driver), will it
be visible to user mode apps.
If not what is the best way to allow this to happen.

We are arming to use this event flag to say data available at network card,
we then do devioctl call to collect it and send it to our user mode app.

thanks

Robert Fernando
Anite Telecoms Ltd
110 Fleet Road
Fleet
Hampshire GU51 4BL
United Kingdom
Tel: +44 (0) 1252 775200
Fax: +44 (0) 1252 775 321
Email: xxxxx@anitetelecoms.com

Anite Telecoms Limited Registered in England No. 1721900 Registered
Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
United Kingdom


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

“Fernando, Robert” wrote in message
news:xxxxx@ntdev…
>
> If we create a kevent in kernel mode (from inside a network driver), will
it
> be visible to user mode apps.
> If not what is the best way to allow this to happen.
>

Yes. Just create the named event in the object manager’s BaseNamedObjects
directory.

Peter
OSR


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