UDM_SETPOS (Windows CE 5.0)

Send Feedback

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

UDM_GETPOS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.