IDebugFailureAnalysis::Get method (extsfns.h)

The Get method searches a DebugFailureAnalysis object for the first FA entry that has a specified tag.

Syntax

PFA_ENTRY Get(
  [in] FA_TAG Tag
);

Parameters

[in] Tag

A value in the FA_TAG enumeration.

Return value

If the DebugFailureAnalysis object has any FA entries that have the specified tag, this method returns a pointer to the first FA_ENTRY structure that has the specified tag. If the DebugFailureAnalysis object does not have any FA entries that have the specified tag, this method returns NULL.

Requirements

Requirement Value
Target Platform Desktop
Header extsfns.h

See also

GetNext

IDebugFailureAnalysis

NextEntry

Writing an Analysis Extension Plug-in to Extend !analyze

_EFN_Analyze