UDM_SETACCELUDM_SETACCEL*
*



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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.