IDebugFailureAnalysis::NextEntry method (extsfns.h)

The NextEntry method gets the next FA entry, after a given FA entry, in a DebugFailureAnalysis object.

Syntax

PFA_ENTRY NextEntry(
  PFA_ENTRY Entry
);

Parameters

Entry

A pointer to an FA_ENTRY structure. This method returns the next entry after this entry. If this parameter is NULL, this method returns the first FA_ENTRY in the DebugFailureAnalysis object.

Return value

This method returns a pointer to the next (or first) FA_ENTRY structure. If there are no more FA entries in the DebugFailureAnalysis object, this method returns NULL.

Requirements

Requirement Value
Target Platform Desktop
Header extsfns.h

See also

Get

GetNext

IDebugFailureAnalysis

Writing an Analysis Extension Plug-in to Extend !analyze

_EFN_Analyze