DEBUG_FAILURE_TYPE enumeration
The values in the DEBUG_FAILURE_TYPE enumeration indicate the type of a failure.
Syntax
typedef enum _DEBUG_FAILURE_TYPE { DEBUG_FLR_UNKNOWN, DEBUG_FLR_KERNEL, DEBUG_FLR_USER_CRASH, DEBUG_FLR_IE_CRASH } DEBUG_FAILURE_TYPE;
Constants
- DEBUG_FLR_UNKNOWN
-
The failure type is not known.
- DEBUG_FLR_KERNEL
-
The failing code was running in kernel mode.
- DEBUG_FLR_USER_CRASH
-
The failing code was running in user mode.
- DEBUG_FLR_IE_CRASH
-
The failure occurred in the application iexplore.exe.
Requirements
|
Header |
|
|---|
See also
Show: