next up previous contents index
Next: SetTime Up: Functions and Procedures Previous: SetFTime

SetIntVec

   

Declaration:

Procedure SetIntVec (IntNo: byte; Vector: pointer) ;

Description:

SetIntVec sets interrupt vector IntNo to Vector. Vector should point to an interrupt procedure.

Errors:

Under LINUX, this call exists but is not implemented, the kernel manages all interrupts.

See also:

GetIntVec



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