I an trying to make my app behave during user log-off according to These MS guidelines.
When the ESRI WPF map view is displayed in my application, I never receive the WM_QUERYENDSESSION message. Using spy++, it appears that the message is received and false is returned, but the app never gets it.
Is the ESRI library intercepting that message? Can that be turned off?