IDebugFailureAnalysis2::GetDebugFATagControl method (extsfns.h)
The GetDebugFATagControl method gets a pointer to an IDebugFAEntryTags interface, which provides access to the tags in a DebugFailureAnalysisTags object. For information about the relationship between a DebugFailureAnalysis object and a DebugFailureAnalysisTags object, see Failure Analysis Entries, Tags, and Data Types.
Syntax
HRESULT GetDebugFATagControl(
[out] IDebugFAEntryTags **FATagControl
);
Parameters
[out] FATagControl
A pointer to a variable that receives a pointer to the IDebugFAEntryTags interface.
Return value
This method does not return a value.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | extsfns.h |