CSM SETVALUE: Difference between revisions
Appearance
Created page with "This message sets the current value of the circular slider control. ==Syntax== <PRE> param1 SHORT Value; →The new value to which to set the circular slider.: param2 ULONG ulReserved; →Reserved value.: </PRE> ==Parameters== ;Value (SHORT) - Input : The new value to which to set the circular slider. ;ulReserved (ULONG) - Input : Reserved value. ==Returns== ;rc (ULONG) - returns : Success indicator. ::TRUE: Successful completion ::FALSE: Error..." |
(No difference)
|
Latest revision as of 19:27, 20 April 2025
This message sets the current value of the circular slider control.
Syntax
param1 SHORT Value; /* The new value to which to set the circular slider. */ param2 ULONG ulReserved; /* Reserved value. */
Parameters
- Value (SHORT) - Input
- The new value to which to set the circular slider.
- ulReserved (ULONG) - Input
- Reserved value.
Returns
- rc (ULONG) - returns
- Success indicator.
- TRUE: Successful completion
- FALSE: Error occurred