UDM_SETRANGE32 (Windows CE 5.0)

Send Feedback

This message sets the 32-bit range of an up-down control.

UDM_SETRANGE32 wParam = (WPARAM)(int)iLow;lParam = (LPARAM)(int)iHigh;

Parameters

  • iLow
    Integer value that represents the new lower limit of the up-down control range.
  • iHigh
    Integer value that represents the new upper limit of the up-down control range.

Return Values

None.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.