CSM QUERYVALUE: Difference between revisions
Appearance
Created page with "This message queries the value of the control. ==Syntax== <PRE> param1 PSHORT pValue; →The value of the control.: param2 ULONG ulReserved; →Reserved value.: </PRE> ==Parameters== ;pValue (PSHORT) - Input : The value of the control. ;ulReserved (ULONG) - Input : Reserved value. ==Returns== ;rc (ULONG) - returns : Success indicator. ::TRUE: Successful completion ::FALSE: Error occurred Category:Messages" |
No edit summary |
||
Line 10: | Line 10: | ||
==Parameters== | ==Parameters== | ||
;pValue ([[ | ;pValue (P[[SHORT]]) - Input | ||
: The value of the control. | : The value of the control. | ||
;ulReserved ([[ULONG]]) - Input | ;ulReserved ([[ULONG]]) - Input |
Latest revision as of 19:24, 20 April 2025
This message queries the value of the control.
Syntax
param1 PSHORT pValue; /* The value of the control. */ param2 ULONG ulReserved; /* Reserved value. */
Parameters
Returns
- rc (ULONG) - returns
- Success indicator.
- TRUE: Successful completion
- FALSE: Error occurred