FA_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// extsfns.h

typedef struct _FA_ENTRY {
  FA_TAG Tag;
  USHORT FullSize;
  USHORT DataSize;
} FA_ENTRY, *PFA_ENTRY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-extsfns-_fa_entry)

_FA_ENTRY structure

Description

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.

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.

See also

Failure Analysis Entries

IDebugFailureAnalysis2

Writing an Analysis Extension Plug-in to Extend !analyze

_EFN_Analyze