UDM_SETACCEL

This message sets the acceleration for an up-down control.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

UDM_SETACCEL wParam = (WPARAM) nAccels;
lParam = (LPARAM)(LPUDACCEL) aAccels;

Parameters

nAccels

Number of UDACCEL structures specified by aAccels.

aAccels

Pointer to an array of UDACCEL structures that contain acceleration information. Elements should be sorted in ascending order based on the nSec member.

Return Values

TRUE indicates success. FALSE indicates failure.

See Also

UDACCEL, UDM_GETACCEL