UDACCEL structure
Applies to: desktop apps only
Contains acceleration information for an up-down control.
Syntax
typedef struct {
UINT nSec;
UINT nInc;
} UDACCEL, *LPUDACCEL;
Members
- nSec
-
Type: UINT
-
Amount of elapsed time, in seconds, before the position change increment specified by nInc is used.
- nInc
-
Type: UINT
-
Position change increment to use after the time specified by nSec elapses.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012