Go to the first, previous, next, last section, table of contents.


__dpmi_get_segment_limit

Syntax

#include <dpmi.h>

unsigned __dpmi_get_segment_limit(int _selector);

Description

Please refer to section DPMI Specification for details on DPMI function call operation. Also see section DPMI Overview for general information.

Return Value

The limit of the segment, as returned by the lsl opcode.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.