![]() |
HS_deleteFIFONode | Function (ROM Call 0x23E) |
homescr.h |
HANDLE HS_deleteFIFONode (HANDLE Node); |
Deletes a history entry/answer pair.
HS_deleteFIFONode deletes the history pair associated with Node, and returns the handle of the next history item in the linked list of FIFO nodes. To do this, it removes the node from the linked list, and then calls HS_freeFIFONode.