Re: Rookie Question! (FOR FAQ)

“Ciubotaru Andrei” wrote in message
news:xxxxx@ntdev…
>
> Hello,
>
> I need to know if I can send a windows message (something like
> WM_REFRESH_CONFIG) using SendMessage or something similar; Can I receive
> the message in the driver? how can I handle it?
>

No. Windows drivers run as part of the operating system, and there’s no
practical method to send or receive Windows messages (such as
WM_REFRESH_CONFIG) in this environment.

Peter
OSR