Jump to content

CSM QUERYINCREMENT: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 10: Line 10:


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



Latest revision as of 19:21, 20 April 2025

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