Jump to content

CSM SETRANGE

From EDM2

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