Kill Thread Event without Timer Event

How can I check Kill Event without have Timer Event?
with this function :
status = KeWaitForMultipleObjects(arraysize(pollevents),
pollevents, WaitAny, Executive, KernelMode, FALSE, NULL, NULL);
we can check Kill and Timer and I want check for only kill Event that
after call this function if my thread not killed then continue my thread (no
wait)


Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.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