Tech Support > Microsoft Windows > Drivers > kernel level and user level interaction
kernel level and user level interaction
Posted by Puneet on November 28th, 2003


hi,

i have some data in kernel more continuously coming in, which i have to send
to User level without loosing any data.

what is the best mechanism for doing so. is there any sample available for
the same.

regards,
Puneet


Posted by pawar on December 1st, 2003


Shared memory between app and driver PLUS a kernel mode event to trigger the
app.
You have have high priority process and threads not to loose the data , you
can also sync then using a mutex.

"Puneet" <puneetg at erivasystems dot com> wrote in message
news:OeEJ88YtDHA.2520@TK2MSFTNGP10.phx.gbl...