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.
 
 
 
 
 
 

21 lines
475 B

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