Sponsors

WritePrivateProfileString

Function name: WritePrivateProfileString

Defined in : Kernel32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal lpString As Any, ByVal lpFileName As String) As Long

Parameters:

Returns:

Related functions:

Examples:

INI Related Functions

INI-Files

Categories