Re: Named Event in Kernel mode

http://www.microsoft.com/msj/defaulttop.asp?page=/msj/0199/nerd/nerd0199top.
htm

-----Original Message-----


I am trying to craete a named event in kernel mode using
iocreatenotificationevent. Then I use obreferenceobjectbyhandle to get the
pointer to this event object. Once I have the pointer I try to unsignal the
event by using ‘kereset’. My ultimate objective is to use setevent in user
mode to signal this named event.

For some reason this is not working… Does
any one have a sample code snippet which walks me through the process of
creating named event in kernel and eventually accessing it in user mode.