Miles Sound System SDK 7.2a

AIL_DLS_close

The function AIL_DLS_close closes a previously opened DLS device.

void AIL_DLS_close(
  HDLSDEVICE dls,
  U32 flags
);

In Parameters

dls
indicates the DLS device to close.
flags
is 0 or one or more of the MILES_DLS_CLOSE_FLAGS flags.

Discussion

You should usually just use 0 for the flags parameter and allow the DLS provider DLL to decide what to do at shutdown. The flags parameter is ignored by the software synthesizer DLS samples in the software synthesizer are always closed.


Group: DLS Services
Related Functions: AIL_DLS_open
Related Basic Types: HDLSDEVICE, MILES_DLS_CLOSE_FLAGS, U32, void

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