[DllImport("kernel32.dll")]
static extern bool WritePrivateProfileSection(string lpAppName,
string lpString, string lpFileName);
[DllImport("KERNEL32.DLL", CharSet=CharSet::Auto, EntryPoint="WritePrivateProfileSection")]
static Boolean WritePrivateProfileSection(String^ lpAppName, String^ lpString, String^ lpFileName);
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!