Jump to content

WinQueryProfileSize: Difference between revisions

From EDM2
Created page with "No documentation available. Replaced by PrfQueryProfileSize. ==Syntax== WinQueryProfileSize(HAB hab, PSZ pszAppName, PSZ pszKeyName, PUSHORT pusValue); Category:Win"
 
No edit summary
Line 1: Line 1:
No documentation available. Replaced by [[PrfQueryProfileSize]].
This function is used to get the size of a specified entry from an OS2 INI.  
 
Replaced by [[PrfQueryProfileSize]].  


==Syntax==
==Syntax==
  WinQueryProfileSize(HAB hab, PSZ pszAppName, PSZ pszKeyName, PUSHORT pusValue);
  WinQueryProfileSize(HAB ''hab'', PSZ ''pszAppName'', PSZ ''pszKeyName'', PUSHORT ''pusValue'');
 
==Parameters==
;HAB
:The anchor block handle
 
;PSZ
:Program name string
 
;PSZ
:Key for which profile length is desired
 
;PUSHORT
:Size of the returned data
 
==Returns==
Returns a success/failure code (USHORT).
 


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

Revision as of 14:31, 24 November 2023

This function is used to get the size of a specified entry from an OS2 INI.

Replaced by PrfQueryProfileSize.

Syntax

WinQueryProfileSize(HAB hab, PSZ pszAppName, PSZ pszKeyName, PUSHORT pusValue);

Parameters

HAB
The anchor block handle
PSZ
Program name string
PSZ
Key for which profile length is desired
PUSHORT
Size of the returned data

Returns

Returns a success/failure code (USHORT).