DOCUMENT:Q72812 05-NOV-1999 [win16sdk] TITLE :Multimedia Installable Driver SYSTEM.INI Entries PRODUCT :Microsoft Windows Software Development Kit PROD/VER:WINDOWS:3.1 OPER/SYS: KEYWORDS:kb16bitonly ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Windows Software Development Kit (SDK) 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 query words: 3.10 ====================================================================== Keywords : kb16bitonly Technology : kbAudDeveloper kbWin3xSearch kbSDKSearch kbWinSDKSearch kbWinSDK310 Version : WINDOWS:3.1 ============================================================================= 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. Copyright Microsoft Corporation 1999.