Hi, people!
Tell me, how I could send the information from the driver to my
thread (or process) (with thread notification, of course).
Some code sample is appreciated. Thanks.
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
hi,
you can use event. you can signal an event created in a process from kernel
mode. for that the user mode handle of the event needs to be converted to a
PKEVENT in kernel mode. Once you have a PKEVENT, you can use it to signal
the event from kernel mode so that the user mode thread that is waiting
will be awakened.
regards.
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com