A92: tios.h


[Prev][Next][Index][Thread]

A92: tios.h




This came from tios.h:
;----------------------------------------------------------------------------

; SYM_ENTRY *FindSymEntry(WORD symlist, BYTE *name)
;
; Function: Finds a symbol called {name} in a symbol list pointed to by
;           the handle {symlist}.
;
; Return: A0.L = pointer to symbol entry, NULL if symbol not found
;
; Note: If you pass {symlist} = FOLDER_LIST_HANDLE, then the function
will
;       search for the folder {name}. You may then use the returned
handle

The returned handle?  What handle? where does it say it returns a
handle?

;       value to call the function again, this time searching for a
variable
;       in that folder.
;----------------------------------------------------------------------------