Home
last modified time | relevance | path

Searched refs:UDM_SETRANGE32 (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/shellext/shellbtrfs/
H A Dbalance.cpp642 SendMessageW(GetDlgItem(hwndDlg, IDC_USAGE_START_SPINNER), UDM_SETRANGE32, 0, 100); in BalanceOptsDlgProc()
646 SendMessageW(GetDlgItem(hwndDlg, IDC_USAGE_END_SPINNER), UDM_SETRANGE32, 0, 100); in BalanceOptsDlgProc()
696 … SendMessageW(GetDlgItem(hwndDlg, IDC_LIMIT_START_SPINNER), UDM_SETRANGE32, 0, 0x7fffffff); in BalanceOptsDlgProc()
700 … SendMessageW(GetDlgItem(hwndDlg, IDC_LIMIT_END_SPINNER), UDM_SETRANGE32, 0, 0x7fffffff); in BalanceOptsDlgProc()
714 … SendMessageW(GetDlgItem(hwndDlg, IDC_STRIPES_START_SPINNER), UDM_SETRANGE32, 0, 0xffff); in BalanceOptsDlgProc()
718 … SendMessageW(GetDlgItem(hwndDlg, IDC_STRIPES_END_SPINNER), UDM_SETRANGE32, 0, 0xffff); in BalanceOptsDlgProc()
/reactos/dll/win32/syssetup/
H A Dproppage.c205 UDM_SETRANGE32, in MouseOnDialogInit()
/reactos/dll/win32/netcfgx/
H A Dpropertypage.c856 SendMessage(hwndControl, UDM_SETRANGE32, Parameter->u.l.lMin, Parameter->u.l.lMax); in DisplayParameter()
861 … SendMessage(hwndControl, UDM_SETRANGE32, (INT)Parameter->u.dw.dwMin, (INT)Parameter->u.dw.dwMax); in DisplayParameter()
/reactos/modules/rostests/winetests/comctl32/
H A Dupdown.c108 { UDM_SETRANGE32, sent|lparam, 0, 1000 },
474 SendMessageA(updown, UDM_SETRANGE32, 0 , 1000 ); in test_updown_pos32()
/reactos/dll/win32/comctl32/
H A Dupdown.c1140 case UDM_SETRANGE32: in UpDownWindowProc()
H A Dtab.c1104 SendMessageW(infoPtr->hwndUpDown, UDM_SETRANGE32, 0, maxRange); in TAB_SetupScrolling()
/reactos/base/setup/reactos/
H A Ddrivepage.c656 … SendDlgItemMessageW(hDlg, IDC_UPDOWN_PARTSIZE, UDM_SETRANGE32, (WPARAM)1, (LPARAM)MaxSizeMB); in PartitionDlgProc()
/reactos/win32ss/user/user32/windows/
H A Dspy.c1660 USM(UDM_SETRANGE32 ,0),
/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c4037 … SendDlgItemMessageW(hDlg, IDC_UPDOWN_MAXLOGSIZE, UDM_SETRANGE32, (WPARAM)1, (LPARAM)0x3FFFC0); in InitPropertiesDlg()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2156 #define UDM_SETRANGE32 (WM_USER+111) macro