Jump to content

CSM SETRANGE

From EDM2
Revision as of 19:26, 20 April 2025 by Martini (talk | contribs) (Created page with "This message sets the range of values which the control sends to the application via CSN_TRACKING and CSN_CHANGE messages. ==Syntax== <PRE> param1 SHORT Low; The minimum value of the circular slider.: param2 SHORT High; The maximum value of the circular slider.: </PRE> ==Parameters== ;Low (SHORT) - Input : The minimum value of the circular slider. ;High (SHORT) - Input : The maximum value of the circular slider. ==Returns== ;rc (ULONG) - retur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message sets the range of values which the control sends to the application via CSN_TRACKING and CSN_CHANGE messages.

Syntax

param1
SHORT Low;   /* The minimum value of the circular slider. */

param2
SHORT High;  /* The maximum value of the circular slider. */

Parameters

Low (SHORT) - Input
The minimum value of the circular slider.
High (SHORT) - Input
The maximum value of the circular slider.

Returns

rc (ULONG) - returns
Success indicator.
TRUE: Successful completion
FALSE: Error occurred