#include <dpmi.h> int __dpmi_free_ldt_descriptor(int descriptor);
Please refer to section DPMI Specification for details on DPMI function call operation. Also see section DPMI Overview for general information.
DPMI function AX = 0x0001
This function frees a single descriptor, even if it was allocated as one of many.
-1 on error, else zero.
not ANSI, not POSIX
__dpmi_free_ldt_descriptor(sel);
Go to the first, previous, next, last section, table of contents.