WriteProfileSection (kernel32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool WriteProfileSection(string lpAppName, string lpString);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Do not use this function anymore, exists for 16bit backwards compatibility only.

To work with your own ini files, use WritePrivateProfileSection instead, which can edit any ini file.

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation