#include <dpmi.h> unsigned __dpmi_get_segment_limit(int _selector);
Please refer to section DPMI Specification for details on DPMI function call operation. Also see section DPMI Overview for general information.
The limit of the segment, as returned by the lsl
opcode.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.