HS_getFIFONode Function (ROM Call 0x243)

homescr.h

HANDLE HS_getFIFONode (unsigned short Index);

Returns the handle of a history pair.

This function returns the handle of an entry/answer pair in the Home Screen history. Dereferencing this handle using HeapDeref or HLock returns a pointer to a FIFO_NODE structure containing the handles of the entry and answer and some additional information.


Uses: ROM Call 0x5DD
Used by: HomeExecute, HS_chopFIFO, HS_getAns, HS_getEntry


See also: HS_getEntry, HS_getAns