Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |