Miles Sound System SDK 7.2a

AIL_restore_interrupts

The function AIL_restore_interrupts restores the hardware interrupt state effective prior to the last call to AIL_disable_interrupts (above).

U32 AIL_restore_interrupts(
  U32 FD_register
);

In Parameters

FD_register
contains the returned value from the last call to AIL_disable_interrupts made by the application.

Discussion

This is a DOS-only function.

AIL_restore_interrupts restores the hardware interrupt state which was in effect prior to the last call to AIL_disable_interrupts. Each call to AIL_disable_interrupts must be matched by one, and only one, subsequent call to AIL_restore_interrupts.

This function is used internally by the MSS system. Most applications will not need to use AIL_restore_interrupts, as long as they use the MSS API functions to manipulate sound effect and sequence data.


Group: Low-Level DOS Support Services
Related Functions: AIL_disable_interrupts, AIL_restore_interrupts
Related Basic Types: U32

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