Hi,
I am migrating MFC based application to windows 7 and using Standard User Analyzer to identify the issues that can arise when the application is run under Standard User on Windows 7 but it looks that the standard User Analyzer shows some false
positive like mentioned below,
1. Creation of global hooks and use of them: The Global hook actually get created and works as expected but the SUA shows up a message "WH_MOUSE_LL" SetWindowsHookExW. Precisely meaning that the global hook wouldn't work!. but it does.
Question:
Can these errors shown ignored ? or they really have some implication on the application
Thanks
Shraddha