 |
A Crash Course on theDepths of Win32 Structured Exception Handling, MSJ January 1997
The ExceptionCode parameter is the number that the operating system assigned to the exception. You can see a list of various exception codes in WINNT.H by searching for #defines that start with "STATUS_". For example, the code for the all-too-familiar STA
www.microsoft.com |
 |