WinWriteProfileString: Difference between revisions
Appearance
Created page with "This function is used to write a key/value pair into OS2 INI. Replaced by PrWriteProfileString ==Parameters== ;HAB :The anchor block handle ;PSZ :Application name ;..." |
No edit summary |
||
Line 1: | Line 1: | ||
This function is used to write a key/value pair into OS2 INI. | This function is used to write a key/value pair into OS2 INI. | ||
Replaced by [[ | Replaced by [[PrfWriteProfileString]] | ||
==Parameters== | ==Parameters== |
Revision as of 20:56, 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).