WinQueryProfileData
Appearance
This function is used to get a string from the OS2 INI file.
Replaced by PfrQueryProfileData since OS/2 1.2 [1]
Syntax
WinQueryProfileData ( HAB , PSZ , PSZ , PVOID , PUSHORT );
Parameters
- HAB
- The anchor block handle
- PSZ
- Program name string
- PSZ
- Key for which text is desired
- PVOID
- The returned data
- PUSHORT
- The size of the returned data
Return
WinQueryProfileData Returns a success/failure indicator (BOOL).