Compartir a través de


UDACCEL

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

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

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

UDM_GETACCEL
UDM_SETACCEL