Miles Sound System SDK 7.2a

AIL_close_digital_driver

The function AIL_close_digital_driver shuts down and closes an audio driver which was opened by a previous call to AIL_open_digital_driver.

void AIL_close_digital_driver(
  HDIGDRIVER dig
);

In Parameters

dig
indicates the driver to shut down and unload from memory.

Discussion

It is not necessary to call this function immediately prior to application termination, as AIL_shutdown can be used to shut down and close all loaded drivers.

Under DOS and MacOS 9, this function must not be invoked from an interrupt-based callback function.


Group: Digital Audio Services
Related Functions: AIL_install_DIG_INI, AIL_install_DIG_driver_file, AIL_open_digital_driver, AIL_shutdown, AIL_uninstall_driver
Related Basic Types: HDIGDRIVER, void
Related FAQs: What's the best way to port my older Miles application to MSS 7?

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