0

In VC++, I'm trying to call WaitForMultipleObjects() function on windows 7 platform for group of objects to get signaled and with no timeout. I figured out that this function call is not responding...i.e. debugger is going to this function but not returning back. Whereas, the same function is working on Windows XP platform and Windows 7 platform with non elevated user.

note: I am running the application as elevated user on windows 7 i.e. run as administrator.

So, is it as permission related issue? If yes, please explain with an example how i can assign required permissions?

4

0 回答 0