Miles Sound System SDK 7.2a

AIL_set_real_vect

The function AIL_set_real_vect installs a real-mode handler real_ptr for interrupt vectnum.

void AIL_set_real_vect(
  U32 vectnum,
  REALFAR real_ptr
);

In Parameters

vectnum
specifies the interrupt vector number.
real_ptr
specifies the address of the new real-mode interrupt service routine (ISR).

Discussion

This is a DOS-only function.

This function is used internally by the MSS system. Most applications will not need to use AIL_set_real_vect.


Group: Low-Level DOS Support Services
Related Functions: AIL_get_real_vect, AIL_set_USE16_ISR, AIL_set_real_vect
Related Basic Types: REALFAR, U32, void

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.