Prev: Why SetupDiEnumDeviceInterfaces fails after SetupDiGetClassDevs success?
Next: Redirect the CRT assertions to a text file
From: Arno Schoedl on 13 Aug 2010 07:00 Hello, I am seeing that an SEH exception handler is called with EH_UNWINDING, although it has not been called before at all. I do not understand this situation. I thought first the exception handler is found that handles an exception by doing a non-EH_UNWINDING call and then all handlers up to that one are called again with EH_UNWINDING. Am I missing something? Thanks, Arno |