Jump to content

CSM QUERYINCREMENT

From EDM2
Revision as of 19:21, 20 April 2025 by Martini (talk | contribs)
(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. */

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