Searched refs:PBM_SETRANGE32 (Results 1 – 11 of 11) sorted by relevance
/reactos/dll/shellext/zipfldr/ |
H A D | CZipExtract.cpp | 186 Progress.SendMessage(PBM_SETRANGE32, 0, 1); in ExtractEntry() 577 Progress.SendMessage(PBM_SETRANGE32, 0, gi.number_entry); in Extract()
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | scrub.cpp | 326 …SendMessageW(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), PBM_SETRANGE32, 0, (LPARAM)bqs.total_chunks); in RefreshScrubDlg() 334 SendMessageW(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), PBM_SETRANGE32, 0, 0); in RefreshScrubDlg()
|
H A D | balance.cpp | 314 …SendMessageW(GetDlgItem(hwndDlg, IDC_BALANCE_PROGRESS), PBM_SETRANGE32, 0, (LPARAM)bqb.total_chunk… in RefreshBalanceDlg()
|
H A D | recv.cpp | 1176 SendMessageW(GetDlgItem(hwnd, IDC_RECV_PROGRESS), PBM_SETRANGE32, 0, (LPARAM)65536); in do_recv()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | progress.c | 276 ret = SendMessageA(progress, PBM_SETRANGE32, test->min, test->max); in test_PBM_STEPIT()
|
/reactos/dll/cpl/appwiz/ |
H A D | addons.c | 292 SendMessageW(progress, PBM_SETRANGE32, 0, ulProgressMax); in InstallCallback_OnProgress()
|
/reactos/dll/win32/browseui/ |
H A D | CProgressDialog.cpp | 135 SendDlgItemMessageW(this->hwnd, IDC_PROGRESS_BAR, PBM_SETRANGE32, 0, (DWORD)ullTotal); in update_dialog()
|
/reactos/win32ss/user/winsrv/usersrv/ |
H A D | shutdown.c | 136 SendMessageW(ProgressBar, PBM_SETRANGE32, 0, in EndNowDlgProc()
|
/reactos/dll/win32/comctl32/ |
H A D | progress.c | 676 case PBM_SETRANGE32: in ProgressWindowProc()
|
/reactos/base/applications/rapps/ |
H A D | geninst.cpp | 585 SendMessageW(hPB, PBM_SETRANGE32, 0, g_pInfo->Count); in UIDlgProc()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 2193 #define PBM_SETRANGE32 (WM_USER+6) macro
|