Contents Index Topic Contents | ||
Previous Topic: NMUPDOWN Next Topic: Microsoft CryptoAPI 2.0 |
UDACCEL
typedef struct { UINT nSec; UINT nInc; }UDACCEL, FAR *LPUDACCEL;Contains acceleration information for an up-down control.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.