Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 1.43 KB

udm-setpos32.md

File metadata and controls

76 lines (45 loc) · 1.43 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
UDM_SETPOS32 message (Commctrl.h)
Sets the position of an up-down control with 32-bit precision.
a337f2a1-0e3d-4ff4-a224-57b7f25c4bd0
UDM_SETPOS32 message Windows Controls
apiref
UDM_SETPOS32
Commctrl.h
HeaderDef
reference
05/31/2018

UDM_SETPOS32 message

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

Parameters

wParam

Must be zero.

lParam

Variable of type integer that specifies the new position for the up-down control. If the parameter is outside the control's specified range, lParam is set to the nearest valid value.

Return value

Returns the previous position.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

Reference

UDM_GETPOS

UDM_SETPOS

UDM_GETPOS32