// extsfns.h
typedef struct _FA_ENTRY {
FA_TAG Tag;
USHORT FullSize;
USHORT DataSize;
} FA_ENTRY, *PFA_ENTRY;
View the official Windows Driver Kit DDI referenceNo description available.
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.
TagA value in the FA_TAG enumeration.
FullSizeThe 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.
DataSizeThe size of the FA entry's data block.
Writing an Analysis Extension Plug-in to Extend !analyze