The information in this article applies to:
SUMMARYA Windows 95 .inf file may need to specify static DevLoaders and Device Drivers. You must precede the name of any static DevLoader with an asterisk when you specify it. You cannot use an extension. For example, to specify Configuration Manager as a DevLoader, the AddReg section would include the following line:
The .inf file format that is used to load a device's PnP virtual device
driver (VxD) is dependent on the DevLoader previously specified. When you
use Configuration Manager as the DevLoader, the AddReg entry for a device's
dynamically loadable VxD would be:
However, when you use Configuration Manager as the DevLoader and specify a
static PnP VxD for a device, you must again precede the name with an
asterisk and omit the extension. If MYDEVICE.VXD is a static VxD, the .inf
entry would then be:
DevLoaders other than Configuration Manager may have different .inf driver
name format requirements.
REFERENCESWindows 95 Device Driver Kit: PnP; PnP samples Additional query words:
Keywords : |
Last Reviewed: October 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |