IDebugFailureAnalysis::GetFailureType method (extsfns.h)

The GetFailureType method gets the failure type of a DebugFailureAnalysis object. The failure type indicates whether the code being analyzed was running in kernel mode or user mode.

Syntax

DEBUG_FAILURE_TYPE GetFailureType();

Return value

This method returns a value in the DEBUG_FAILURE_TYPE enumeration.

Requirements

Requirement Value
Target Platform Desktop
Header extsfns.h

See also

GetFailureClass

IDebugFailureAnalysis2

Writing an Analysis Extension Plug-in to Extend !analyze

_EFN_Analyze