Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message sets the current position for an up-down control.
UDM_SETPOS wParam = 0;lParam = (LPARAM)MAKELONG((short)nPos,0);
Parameters
- wParam
Not used. - 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.
Return Values
The previous position indicates success.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors