UDACCEL

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

At a Glance

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

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.

See Also

UDM_GETACCEL, UDM_SETACCEL