Jump to content

CSM QUERYRANGE

From EDM2
Revision as of 19:23, 20 April 2025 by Martini (talk | contribs) (Created page with "This message queries the value range of the control. ==Syntax== <PRE> param1 PSHORT pLow; The low range value.: param2 PSHORT pHigh; The high range value.: </PRE> ==Parameters== ;pLow (PSHORT) - Input : The low range value. ;pHigh (PSHORT) - Input : The high range value. ==Returns== ;rc (ULONG) - returns : Success indicator. ::TRUE: Successful completion ::FALSE: Error occurred Category:Messages")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message queries the value range of the control.

Syntax

param1
PSHORT pLow;   /* The low range value. */

param2
PSHORT pHigh;  /* The high range value. */

Parameters

pLow (PSHORT) - Input
The low range value.
pHigh (PSHORT) - Input
The high range value.

Returns

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