FA_ENTRY structure
A DebugFailureAnalysis object has a collection of failure analysis entries (FA entries). Each FA entry is represented by an FA_ENTRY structure. For more information, see Failure Analysis Entries, Tags, and Data Types.
Syntax
struct FA_ENTRY {
FA_TAG Tag;
USHORT FullSize;
USHORT DataSize;
};
Members
- Tag
-
A value in the FA_TAG enumeration.
- FullSize
-
The size of the of FA entry, which includes the size of the FA_ENTRY structure and the size of the FA entry's data block.
- DataSize
-
The size of the FA entry's data block.
Requirements
|
Header |
|
|---|
See also
- Writing an Analysis Extension Plug-in to Extend !analyze
- Failure Analysis Entries
- IDebugFailureAnalysis2
- _EFN_Analyze
Show: