Jump to content

SPBM_SPINUP

From EDM2
Revision as of 04:29, 28 April 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:SPBM_SPINUP}} This message causes the component to show the next value (spin forward). ==Syntax== <pre> param1 ULONG ulItem; Number of values to spin up.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;ulItem (ULONG) - input: Number of values to spin up. ;ulReserved (ULONG) - input: Reserved value, should be 0. ==Returns== ;rc (BOOL) - return: Success indicator. ::TRUE: Successful completion. ::F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message causes the component to show the next value (spin forward).

Syntax

param1
ULONG ulItem;     /* Number of values to spin up. */

param2
ULONG ulReserved; /* Reserved value, should be 0. */

Parameters

ulItem (ULONG) - input
Number of values to spin up.
ulReserved (ULONG) - input
Reserved value, should be 0.

Returns

rc (BOOL) - return
Success indicator.
TRUE: Successful completion.
FALSE: Error occurred.

Remarks

The application sends this message to the component when it wants the next value shown (spin forward). When there is no data to spin, FALSE is returned.

Default Processing

The default window procedure does not expect to receive this message and takes no action other than to return FALSE.