Jump to content

CSM QUERYVALUE

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

Syntax

param1
PSHORT pValue;    /* The value of the control. */

param2
ULONG   ulReserved; /* Reserved value. */

Parameters

pValue (PSHORT) - Input
The value of the control.
ulReserved (ULONG) - Input
Reserved value.

Returns

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