Library
kernel32
Alias
WritePrivateProfileStringA
Type Return
A Long Value
Syntax
WritePrivateProfileString ( lpApplicationName, lpKeyName, lpString, lpFileName)
The WritePrivateProfileString Declaration syntax has these parts:
| Part | Description |
| lpApplicationName | Required. A String Value. |
| lpKeyName | Required. A Any Value. |
| lpString | Required. A Any Value. |
| lpFileName | Required. A String Value. |