0 out of 3 rated this helpful - Rate this topic

Exception Handling under WOW64

WOW64 uses native x64 or ia64 exceptions as a transport for x86 exceptions. Therefore, in a 32-bit application running under WOW64, uncaught exceptions behave like native 64-bit exceptions.

In an application running on a 32-bit version of Windows, uncaught exceptions are passed on to higher-level exception handlers of the application, when available. In the same 32-bit application running under WOW64, the system may suppress uncaught exceptions.

Windows Vista, Windows Server 2003, and Windows XP:  In the same 32-bit application running under WOW64, the system calls the exception filters but may suppress uncaught exceptions without invoking the associated handlers. This behavior changed starting with Windows Vista with Service Pack 1 (SP1).

For more information about uncaught exceptions in window procedures, see the WindowProc function.

 

 

Send comments about this topic to Microsoft

Build date: 6/25/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.