Jump to content

WinWriteProfileString: Difference between revisions

From EDM2
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 ;..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(5 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 [[PrWriteProfileString]]
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==
WinWriteProfileString Returns a success/failure indicator (BOOL).
WinWriteProfileString Returns a success/failure indicator (BOOL).
==See Also==
* [[PrfWriteProfileString]]


[[Category:Win]]
[[Category:Win]]

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