Hi,

I am writing application which shows some status of kernel driver on real
time basis. I tried to achieve this by posting messages from kernel driver,
but I could not find such API in DDK. Is there any way to post or send
messages from kernel driver?

Thanks

Re: How to post message to application by Maxim

Maxim
Sun Nov 20 18:26:03 CST 2005

No. Do the polling from the app.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"Shoji" <Shoji@discussions.microsoft.com> wrote in message
news:AE0045F0-76B6-4AD9-BA69-6D5DC91DC9E0@microsoft.com...
> Hi,
>
> I am writing application which shows some status of kernel driver on real
> time basis. I tried to achieve this by posting messages from kernel driver,
> but I could not find such API in DDK. Is there any way to post or send
> messages from kernel driver?
>
> Thanks


RE: How to post message to application by TomPicard

TomPicard
Mon Nov 21 11:55:07 CST 2005

post message from kernel mode --
IoReportTargetDeviceChangeAsynchronous()
real time --
don't think so

"Shoji" wrote:

> Hi,
>
> I am writing application which shows some status of kernel driver on real
> time basis. I tried to achieve this by posting messages from kernel driver,
> but I could not find such API in DDK. Is there any way to post or send
> messages from kernel driver?
>
> Thanks