Go to the first, previous, next, last section, table of contents.
#include <dpmi.h> int __dpmi_get_descriptor_access_rights(int _selector);
Please refer to section DPMI Specification for details on DPMI function call operation. Also see section DPMI Overview for general information.
This function returns the access rights byte from the lar
opcode.
The access byte. See section __dpmi_set_descriptor_access_rights, for the details about the access information returned. Also see section __dpmi_get_descriptor.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.