Multimedia Installable Driver SYSTEM.INI Entries

Last reviewed: July 22, 1997
Article ID: Q72812
3.10 WINDOWS kbmm kbsetup kbprg The information in this article applies to:
  • Microsoft Software Development Kit (SDK) for Windows version 3.1

Microsoft Windows uses installable device drivers for hardware-specific support. In addition to the standard device entries in the SYSTEM.INI file, Windows introduces another convention: the use of "driver specific" parameters on the driver entry. For example, an entry in the SYSTEM.INI file might look like the following:

   [mci]
   cdaudio=mcicda.drv
   waveaudio=mciwave.drv 4

The "waveaudio=" entry has both the driver name, MCIWAVE.DRV, and an extra parameter that is specific to the MCI Wave driver (4). In this example, "4" is the number of seconds of wave data the MCI Wave driver buffers.

Because the driver can store the parameter on the same line of the SYSTEM.INI file as the driver name, a new section of the SYSTEM.INI file to store driver parameters is not required.

The user can change this parameter through the Drivers application in the Control Panel by performing the following three steps:

  1. In the Control Panel window, choose the Drivers icon
2. Select the MCI Wave driver 3. Choose the Setup button.


Additional reference words: 3.10
KBCategory: kbmm kbsetup kbprg
KBSubcategory: MMMisc
Keywords : kb16bitonly


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.