Jump to content

CSM QUERYINCREMENT: Difference between revisions

From EDM2
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..."
 
No edit summary
Line 1: Line 1:
This message queries the increments used to scroll the value and draw the tick marks.
This message queries the increments used to scroll the value and draw the tick marks.
==Syntax==
==Syntax==
<PRE>
<PRE>
param1
param1
Line 8: Line 7:
param2
param2
PUSHORT TickIncr;  /* The increment value used to draw the tick marks. */
PUSHORT TickIncr;  /* The increment value used to draw the tick marks. */
</PRE\>
</PRE>


==Parameters==
==Parameters==

Revision as of 19:20, 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