WinWriteProfileString: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
==Returns== | ==Returns== | ||
WinWriteProfileString Returns a success/failure indicator (BOOL). | WinWriteProfileString Returns a success/failure indicator (BOOL). | ||
==See Also== | |||
* [[PrfWriteProfileString]] | |||
[[Category:Win]] | [[Category:Win]] |
Revision as of 20:57, 21 November 2023
This function is used to write a key/value pair into OS2 INI.
Replaced by PrfWriteProfileString
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).