INFO: Using WriteProfileString to Delete WIN.INI Entries (65111)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.1
This article was previously published under Q65111
3.00 3.10
WINDOWS
kbprg
SUMMARY
The WriteProfileString function provides a mechanism to maintain the
system profile file WIN.INI. In versions of Windows prior to version
3.0, an application could call the WriteProfileString function to add
entries to WIN.INI or to modify existing entries. However, to delete
an entry from WIN.INI, the user was required to edit the file
manually.
The WriteProfileString function was extended in Windows 3.0 to enable an application to delete any of the following from WIN.INI:
- A value associated with a key name.
- A line that contains a particular key name.
- An entire section.
This article details the three deletion scenarios mentioned before.
Modification Type: | Minor | Last Reviewed: | 2/14/2005 |
---|
Keywords: | kb16bitonly kbinfo kbSysSettings KB65111 |
---|
|