[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Dos' (#rtl)

GetIntVec

Get interrupt vector

Declaration

Source position: dosh.inc line 132

procedure GetIntVec(

  intno: Byte;

  var vector: pointer

);

Description

GetIntVec returns the address of interrupt vector IntNo.

Remark: This call does nothing, it is present for compatibility only. Modern systems do not allow low level access to the hardware.

Errors

None.

See also

SetIntVec

  

Set interrupt vector


Documentation generated on: May 14 2021