Jump to content

CSM SETVALUE

From EDM2
Revision as of 19:27, 20 April 2025 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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