_Free_LDT_Selector
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.
- Returns a nonzero value in the EAX register if successful, zero otherwise.
- 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