다음을 통해 공유


UDM_SETPOS32 (Compact 2013)

3/28/2014

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

See Also

Reference

Up-Down Controls Messages
UDM_SETPOS
UDM_GETPOS
UDM_GETPOS32