WinWriteProfileString: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Replaced by [[PrfWriteProfileString]] | Replaced by [[PrfWriteProfileString]] | ||
==Syntax== | |||
WinWriteProfileString(HAB ''hab'', PSZ ''szAppName'', PSZ ''pszKeyName'', PSZ ''pszPointer'') | |||
==Parameters== | ==Parameters== |
Revision as of 14:35, 24 November 2023
This function is used to write a key/value pair into OS2 INI.
Replaced by PrfWriteProfileString
Syntax
WinWriteProfileString(HAB hab, PSZ szAppName, PSZ pszKeyName, PSZ pszPointer)
Parameters
- HAB
- The anchor block handle
- PSZ
- Application name
- PSZ
- Key name string
- PSZ
- Pointer to the key value
Returns
WinWriteProfileString Returns a success/failure indicator (BOOL).