Contents Index Topic Contents | ||
Previous Topic: UDM_GETUNICODEFORMAT Next Topic: UDM_SETBASE |
UDM_SETACCEL
UDM_SETACCEL wParam = (WPARAM) nAccels; lParam = (LPARAM) (LPUDACCEL) aAccels;Sets the acceleration for an up-down control.
- Returns TRUE if successful, or FALSE otherwise.
- nAccels
- Number of UDACCEL structures specified by aAccels.
- aAccels
- Address of an array of UDACCEL structures that contain acceleration information. Elements should be sorted in ascending order based on the nSec member.
See also UDM_GETACCEL
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.