Miles Sound System SDK 7.2a

AIL_close_XMIDI_driver

The function AIL_close_XMIDI_driver shuts down and closes a MIDI music driver which was opened by a previous call to AIL_open_XMIDI_driver.

void AIL_close_XMIDI_driver(
  HMDIDRIVER mdi
);

In Parameters

mdi
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: XMIDI Services
Related Functions: AIL_install_MDI_INI, AIL_install_MDI_driver_file, AIL_midiOutOpen, AIL_open_XMIDI_driver, AIL_shutdown, AIL_uninstall_driver
Related Basic Types: HMDIDRIVER, void

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