Sponsors

WriteProfileString

Function name: WriteProfileString

Defined in : Kernel32

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

Declaration:

Declare Function WriteProfileString Lib "kernel32" Alias "WriteProfileStringA" (ByVal lpszSection As String, ByVal lpszKeyName As String, ByVal lpszString As String) As Long

Parameters:

Returns:

Related functions:

Examples:

INI Related Functions

INI-Files

Categories