RE: [newbie] KEvent does not work

I’m not trying to be rude, but perhaps you should go to Compuware/Numega
first with problems regarding their DriverStudio product.

If you are really stuck, I would suggest using plain ordinary vanilla NTDDK
KEVENT objects. That would rule out some sort of DriverStudio wrapper issue,
although this is such a basic kernel object that I seriously doubt that the
problem is in DriverStudio.

Mark Roddy
xxxxx@hollistech.com
www.hollistech.com
WindowsNT Windows 2000 Consulting Services

-----Original Message-----
From: sak [mailto:xxxxx@hpsblr.soft.net]
Sent: Wednesday, October 25, 2000 2:41 PM
To: NT Developers Interest List
Subject: [ntdev] [newbie] KEvent does not work

hi
all, i am using the numega driver studio libraries to create some named
events and that is creating trouble .
when i try to check after i have created the named event object wih the help
of the KEvent class of the Numega Driver Studio.with its funtion IsValid()
it always return invalid.
and i try to clear or reset the event or set it even then it creates the
page fault.
I have tried a lot many things and can;t get the clue.
how to do it.
can anyone please give me a clue why this might be happening.
the code snippet is in the IRP_MJ_START handler function.
regards and thanks in advance
its urgent so please reply
shishir