Jump to content

CSM QUERYINCREMENT

From EDM2
Revision as of 19:20, 20 April 2025 by Martini (talk | contribs) (Created page with "This message queries the increments used to scroll the value and draw the tick marks. ==Syntax== <PRE> param1 PUSHORT ScrollIncre; The increment value added or subtracted for the value of the control when scrolling.: param2 PUSHORT TickIncr; The increment value used to draw the tick marks.: </PRE\> ==Parameters== ;ScrollIncre (PUSHORT) - Input : The increment value added or subtracted for the value of the control when scrolling. ;TickIncr (PUSHORT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message queries the increments used to scroll the value and draw the tick marks.

Syntax

param1
PUSHORT ScrollIncre;  /* The increment value added or subtracted for the value of the control when scrolling. */

param2
PUSHORT TickIncr;   /* The increment value used to draw the tick marks. */
</PRE\>

Parameters

;ScrollIncre (PUSHORT) - Input : The increment value added or subtracted for the value of the control when scrolling. ;TickIncr (PUSHORT) - Input : The increment value used to draw the tick marks.

Returns

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