Miles Sound System SDK 7.2a

AIL_INI

The structure AIL_INI returns the contents of a MSS INI file.

struct AIL_INI
{
  char const * device_name;
  char const * driver_name;
  IO_PARMS * IO;
};

In Members

device_name
Specifies the device name.
driver_name
Specifies the driver filename.
IO
Specifies the I/O parameters for the driver.


Group: Low-Level DOS Installation Services
Related Functions: AIL_read_INI
Related Basic Types: char const *
Related Structures: IO_PARMS

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