Jump to content

WinWriteProfileString: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
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 [[PrfWriteProfileString]]
Replaced by [[PrfWriteProfileString]]
==Syntax==
WinWriteProfileString(hab, pszAppName, pszKeyName, pszValue)


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


==Returns==
==Returns==

Latest revision as of 21:53, 24 November 2023

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