List_Destroy

include vmm.inc

mov     esi, List       ; list handle
VMMCall List_Destroy
 

Frees 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. Uses ESI, Flags.

List
Handle of the list. The handle must have been previously created using the List_Create service.

See Also

List_Create