Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WritePrivateProfileSection" in [All]

kernel32

.
Summary
.

static extern bool WritePrivateProfileSection(string lpAppName,

.

[DllImport("KERNEL32.DLL", CharSet=CharSet::Auto, EntryPoint="WritePrivateProfileSection")]

.

static Boolean WritePrivateProfileSection(String^ lpAppName, String^ lpString, String^ lpFileName);

.

Private Declare Auto Function WritePrivateProfileSection(ByVal lpAppName As String, _

.
Documentation
[WritePrivateProfileSection] on MSDN
.

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


 
Access PInvoke.net directly from VS: