Contents Index Topic Contents | ||
Previous Topic: UDM_SETBUDDY Next Topic: UDM_SETRANGE |
UDM_SETPOS
UDM_SETPOS wParam = 0; lParam = (LPARAM) MAKELONG((short) nPos, 0);Sets the current position for an up-down control.
- The return value is the previous position.
- nPos
- New position for the up-down control. This parameter must be in the range specified by the upper and lower limits for the control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.