Share via


UDM_SETPOS32 (Windows Embedded CE 6.0)

1/6/2010

Sets the position of an up-down control with 32-bit precision.

Syntax

UDM_SETPOS32 wParam = 0; 
    lParam = (LPARAM) (INT)nPos; 

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 Value

Returns the previous position.

Requirements

Header commctrl.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Up-Down Controls Messages
UDM_SETPOS
UDM_GETPOS
UDM_GETPOS32