Miles Sound System SDK 7.2a

AIL_get_real_vect

The function AIL_get_real_vect obtains the address of the current real-mode handler for interrupt vectnum.

REALFAR AIL_get_real_vect(
  U32 vectnum
);

In Parameters

vectnum
specifies the interrupt vector number whose handler address is to be returned.

Returns

The address of the real-mode interrupt service routine (ISR) which is associated with the specified interrupt. This handler will be called when the specified interrupt occurs while the system is performing a real-mode task.

Discussion

This is a DOS-only function.

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


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

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