Is there any way to make an application get the WM_QUERYENDSESSION
message at reboot/logoff/shutdown before an other?does windows have a
defined order it shuts down processes?
I have an application designed to intercept shutdown calls before an
other application receives it , is there any way i can make sure my
application gets the WM_QUERYENDSESSION message first?
thanks
You can install global hook and simply not pass this message to any
other application than yours.
--
Grzegorz Wróbel
http://www.4neurons.com/
677265676F727940346E6575726F6E732E636F6D
Use SetProcessShutdownParameters()
- Sten