next up previous contents index
Next: Functions and Procedures Up: TypesVariables and Constants Previous: Predefined types

Variables.

var dosmemselector : Word;

Selector to the DOS memory. The whole DOS memory is automatically mapped to this single descriptor at startup. This selector is the recommened way to access DOS memory.

  var int31error : Word;

This variable holds the result of a DPMI interrupt call. Any nonzero value must be treated as a critical failure.



root
Fri Sep 11 18:24:36 CEST 1998