Contents Index Topic Contents | ||
Previous Topic: Up-Down Control Messages Next Topic: UDM_GETBASE |
UDM_GETACCEL
UDM_GETACCEL wParam = (WPARAM) cAccels; lParam = (LPARAM) (LPUDACCEL) paAccels;Retrieves acceleration information for an up-down control.
- The return value is the number of accelerator structures retrieved.
If the cAccels parameter is zero and the paAccels parameter is NULL, the return value is the number of accelerators currently set for the control.
- cAccels
- Number of elements in the array specified by paAccels.
- paAccels
- Address of an array of UDACCEL structures that receive acceleration information.
See also UDM_SETACCEL
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.