Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Linked List Services
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
List_Allocate      Allocates a new node for a list
List_Attach        Attaches a node to the head of the list
List_Attach_Tail   Attaches a node to the end of the list
List_Create        Creates a list
List_Deallocate    Deallocates a node
List_Destroy       Destroys a list
List_Get_First     Returns the address of the first node
List_Get_Next      Returns address of next node in the list
List_Insert        Inserts a node into a list
List_Remove        Removes a node from the list
List_Remove_First  Removes first node in list