include vmm.inc VMMcall _Free_LDT_Selector, <VM, Selector, flags>
Frees a LDT selector previously allocated using the _Allocate_LDT_Selector service. Uses EAX, ECX, EDX, and Flags.
VM
Handle of the virtual machine to which the selector belongs.
Selector
Selector to free. The selector must have been previously created using the _Allocate_LDT_Selector service.
flags
Operation flags. Must be 0.
This service ignores the RPL bits of the selector.
See also _Allocate_LDT_Selector, _Free_GDT_Selector