UDACCEL  4JNKZC0 

The UDACCEL structure contains acceleration information for an up-down control.

typedef struct { 

    UINT nSec;

    UINT 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.