FA_ENTRY structure (extsfns.h)
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
typedef struct _FA_ENTRY {
FA_TAG Tag;
USHORT FullSize;
USHORT DataSize;
} FA_ENTRY, *PFA_ENTRY;
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
Requirement | Value |
---|---|
Header | extsfns.h |