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.



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998