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

Extsfns.h

See also

Writing an Analysis Extension Plug-in to Extend !analyze
IDebugFailureAnalysis2
_EFN_Analyze

 

 

Send comments about this topic to Microsoft

Show: