Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |