DEBUG_FAILURE_TYPE enumeration (extsfns.h)

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
} 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
The failing code was running in user mode.

Requirements

Requirement Value
Header extsfns.h

See also

IDebugFailureAnalysis2

Writing an Analysis Extension Plug-in to Extend !analyze

_EFN_Analyze