IDebugFailureAnalysis interface (extsfns.h)
Inheritance
The IDebugFailureAnalysis interface inherits from the IUnknown interface.
Methods
The IDebugFailureAnalysis interface has these methods.
IDebugFailureAnalysis::Get The Get method searches a DebugFailureAnalysis object for the first FA entry that has a specified tag. |
IDebugFailureAnalysis::GetBuffer The GetBuffer method searches a DebugFailureAnalysis object for the first FA entry that has a specified tag. If it finds an FA entry with the specified tag, it gets the entry's data block. |
IDebugFailureAnalysis::GetFailureClass The GetFailureClass method gets the failure class of a DebugFailureAnalysis object. The failure class indicates whether the debugging session that created the DebugFailureAnalysis object is a kernel mode session or a user mode session. |
IDebugFailureAnalysis::GetFailureCode The GetFailureCode method gets the bug check code or exception code of a DebugFailureAnalysis object. |
IDebugFailureAnalysis::GetFailureType 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. |
IDebugFailureAnalysis::GetNext The GetNext method searches a DebugFailureAnalysis object for the next FA entry, after a given FA entry, that satisfies conditions specified by the Tag and TagMask parameters. |
IDebugFailureAnalysis::GetString The GetString method searches a DebugFailureAnalysis object for the first FA entry that has a specified tag. |
IDebugFailureAnalysis::GetUlong The GetUlong method searches a DebugFailureAnalysis object for the first FA entry that has a specified tag. |
IDebugFailureAnalysis::GetUlong64 The GetUlong64 method searches a DebugFailureAnalysis object for the first FA entry that has a specified tag. If it finds an FA entry with the specified tag, it gets the ULONG64 value from the entry's data block. |
IDebugFailureAnalysis::NextEntry The NextEntry method gets the next FA entry, after a given FA entry, in a DebugFailureAnalysis object. |
Requirements
Requirement | Value |
---|---|
Header | extsfns.h |