Jump to content

CSM QUERYRADIUS

From EDM2
Revision as of 19:22, 20 April 2025 by Martini (talk | contribs) (Created page with "This message queries the current radius of the circular slider. ==Syntax== <PRE> param1 PUSHORT uRadius; The radius of the circular slider.: param2 ULONG ulReserved; Reserved value.: </PRE> ==Parameters== ;uRadius (PUSHORT) - Input : The radius of the circular slider. ;ulReserved (ULONG) - Input : Reserved 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 current radius of the circular slider.

Syntax

param1
PUSHORT uRadius;  /* The radius of the circular slider. */

param2
ULONG   ulReserved; /* Reserved value. */

Parameters

uRadius (PUSHORT) - Input
The radius of the circular slider.
ulReserved (ULONG) - Input
Reserved value.

Returns

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