IDebugFAEntryTags::GetType method (extsfns.h)

The GetType method gets the data type that is associated with a tag in a DebugFailureAnalysisTags object.

Syntax

FA_ENTRY_TYPE GetType(
  FA_TAG Tag
);

Parameters

Tag

A value in the FA_TAG enumeration.

Return value

A value in the FA_ENTRY_TYPE enumeration.

Requirements

Requirement Value
Target Platform Desktop
Header extsfns.h

See also

IDebugFAEntryTags

IDebugFailureAnalysis2

SetType

Writing an Analysis Extension Plug-in to Extend !analyze

_EFN_Analyze