UDM_SETACCEL (Windows CE 5.0)

Send Feedback

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

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.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

UDACCEL | UDM_GETACCEL

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.