DEBUG_FAILURE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// extsfns.h

typedef enum _DEBUG_FAILURE_TYPE {
  DEBUG_FLR_UNKNOWN,
  DEBUG_FLR_KERNEL,
  DEBUG_FLR_USER
} DEBUG_FAILURE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-extsfns-_debug_failure_type)

_DEBUG_FAILURE_TYPE enumeration

Description

The values in the DEBUG_FAILURE_TYPE enumeration indicate the type of a failure.

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.

See also

IDebugFailureAnalysis2

Writing an Analysis Extension Plug-in to Extend !analyze

_EFN_Analyze