Jump to content

WinWriteProfileData

From EDM2

This function is used to write a string for a program into the OS2.INI file.

Replaced with PrfWriteProfileData.

Syntax

WinWriteProfileData(hab, pszAppName, pszKeyName, pValue, usSize)

Parameters

hab (HAB)
The anchor block handle
pszAppName (PSZ)
Application name
pszKeyName (PSZ)
Key name string
pValue (PVOID)
Pointer to the key value
usSize (USHORT)
Length of the key value data

Returns

Returns a success/failure indicator (BOOL).