CSM SETINCREMENT: Difference between revisions
Appearance
Created page with "This message sets the scroll and tick mark increments of the control. ==Syntax== <PRE> param1 USHORT usScrollIncr; →Scroll increment.: param2 USHORT usTickIncr; →Tick mark increment.: </PRE> ==Parameters== ;usScrollIncr (USHORT) - Input : Scroll increment. : This is the number by which the current value is incremented or decremented when one of the circular slider control button is selected. ;usTickIncr (USHORT) - Input : Tick mark increment. : This..." |
(No difference)
|
Latest revision as of 19:25, 20 April 2025
This message sets the scroll and tick mark increments of the control.
Syntax
param1 USHORT usScrollIncr; /* Scroll increment. */ param2 USHORT usTickIncr; /* Tick mark increment. */
Parameters
- usScrollIncr (USHORT) - Input
- Scroll increment.
- This is the number by which the current value is incremented or decremented when one of the circular slider control button is selected.
- usTickIncr (USHORT) - Input
- Tick mark increment.
- This represents the number of tick marks to "skip" before drawing tick marks around the circular slider.
Returns
- rc (ULONG) - returns
- Success indicator.
- TRUE: Successful completion
- FALSE: Error occurred