Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
List_Destroy
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     esi, List       ; list handle
VMMcall List_Destroy
 
The List_Destroy service deallocates all nodes in a list and destroys the
list handle. Once a virtual device destroys a list, it must not attempt to
use the list handle.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
List       Specifies the handle identifying a list. The handle must have
           been previously created using the List_Create service.
 
Return Value
 
This service has no return value.
 
Uses
 
ESI, Flags
 
See Also
 
List_Create