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_Create