Jump to content

WinWriteProfileString

From EDM2

This function is used to write a key/value pair into OS2.INI.

Replaced by PrfWriteProfileString

Syntax

WinWriteProfileString(hab, pszAppName, pszKeyName, pszValue)

Parameters

hab (HAB)
The anchor block handle
pszAppName (PSZ)
Application name
pszKeyName (PSZ)
Key name string
pszValue (PSZ)
Pointer to the key value

Returns

WinWriteProfileString Returns a success/failure indicator (BOOL).

See Also