Home
last modified time | relevance | path

Searched refs:PBM_SETRANGE32 (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/shellext/zipfldr/
H A DCZipExtract.cpp186 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 Dscrub.cpp326 …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 Dbalance.cpp314 …SendMessageW(GetDlgItem(hwndDlg, IDC_BALANCE_PROGRESS), PBM_SETRANGE32, 0, (LPARAM)bqb.total_chunk… in RefreshBalanceDlg()
H A Drecv.cpp1176 SendMessageW(GetDlgItem(hwnd, IDC_RECV_PROGRESS), PBM_SETRANGE32, 0, (LPARAM)65536); in do_recv()
/reactos/modules/rostests/winetests/comctl32/
H A Dprogress.c276 ret = SendMessageA(progress, PBM_SETRANGE32, test->min, test->max); in test_PBM_STEPIT()
/reactos/dll/cpl/appwiz/
H A Daddons.c292 SendMessageW(progress, PBM_SETRANGE32, 0, ulProgressMax); in InstallCallback_OnProgress()
/reactos/dll/win32/browseui/
H A DCProgressDialog.cpp135 SendDlgItemMessageW(this->hwnd, IDC_PROGRESS_BAR, PBM_SETRANGE32, 0, (DWORD)ullTotal); in update_dialog()
/reactos/win32ss/user/winsrv/usersrv/
H A Dshutdown.c136 SendMessageW(ProgressBar, PBM_SETRANGE32, 0, in EndNowDlgProc()
/reactos/dll/win32/comctl32/
H A Dprogress.c676 case PBM_SETRANGE32: in ProgressWindowProc()
/reactos/base/applications/rapps/
H A Dgeninst.cpp585 SendMessageW(hPB, PBM_SETRANGE32, 0, g_pInfo->Count); in UIDlgProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2193 #define PBM_SETRANGE32 (WM_USER+6) macro