Article ID: 107695
Article Last Modified on 3/7/2005
WritePrivateProfileString("386Enh", "device", "drvname.drv",
"SYSTEM.INI");
will only replace the first device= statement with DRVNAME.DRV, instead of
adding a new device= line. The reason is that the Windows .INI file
application programming interfaces (APIs) in the Windows 3.1 SDK work only
on unique entries in a given section of the .INI file.
Additional query words: 3.10 3.00
Keywords: kb16bitonly kbsyssettings kbprb KB107695