UDACCEL (Windows CE 5.0)

Send Feedback

This structure contains acceleration information for an up-down control.

typedef struct {int nSec; int nInc; } UDACCEL;

Members

  • nSec
    Amount of elapsed time, in seconds, before the position change increment specified by nInc is used.
  • nInc**
    Position change increment to use after the time specified by nSec elapses.

Requirements

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

See Also

UDM_GETACCEL | UDM_SETACCEL

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.