Miles Sound System SDK 7.2a

AIL_quick_handles

The function AIL_quick_handles returns the MSS digital driver and MIDI driver handles.

void AIL_quick_handles(
  HDIGDRIVER *dig,
  HMDIDRIVER *mdi,
  HDLSDEVICE *dls
);

Out Parameters

dig
specifies the location to store the digital driver handle.
mdi
specifies the location to store the MIDI driver handle.
dls
specifies the location to store the DLS device handle.

Discussion

You can then use these handles with the full API functions.

This function lets you use the quick API to initialize MSS, but still use the full API in the rest of your application.


Group: Quick Integration Services
Related Functions: AIL_DLS_open, AIL_open_XMIDI_driver, AIL_open_digital_driver, AIL_quick_startup
Related Basic Types: HDIGDRIVER, HDLSDEVICE, HMDIDRIVER, void

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