Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
475 B

  1. [Exception]
  2. ExceptionType = 1
  3. ExceptionSetupArea = 2
  4. ;Put this file on c:\except.inf to cause exceptions in winnt32.
  5. ;ExceptionType
  6. ;0 - none
  7. ;1 - Exception 5
  8. ;2 - buffer overrun
  9. ;3 - stack overflow using malloc
  10. ;4 - Invalid instruction (call null pointer)
  11. ;5 - Divide by zero (integer)
  12. ;ExeptionSetupArea
  13. ;0 - none
  14. ;1 - very early, before exception handler is set
  15. ;2 - very early, as soon as exception handler is set
  16. ;3 - copy thread - verify early
  17. ;4 - Post copy thread