List_Destroy

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.

Parameters

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