SymFindNext Function (ROM Call 0x6D)

vat.h

SYM_ENTRY *SymFindNext (void);

Finds the next entry in the VAT table.

SymFindNext searches for the next symbol entry in the VAT table after calling SymFindFirst. The exact behavior of SymFindNext depends on the parameters passed to SymFindFirst. See the description of SymFindFirst for more information and examples of usage.

SymFindNext returns a pointer to the symbol entry in the VAT, or NULL if there are no more entries in the VAT which satisfy the given requirements.


Used by: FindProgramVar, FolderCur, ResetSymFlags, HeapWalk, VarOpen, LoadDLL, ERD_process, EV_defaultHandler, EV_eventLoop, handleVarLinkKey, FFindNext, HomeExecute, LIO_Receive, OSLinkCmd, VarCreateFolderPopup, gr_del_locals, ROM Call 0x40D


See also: SymFindFirst, SymFindPrev