Home
last modified time | relevance | path

Searched refs:IDC_SCRUB_PROGRESS (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/shellext/shellbtrfs/
H A Dscrub.cpp323 … EnableWindow(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), bqs.status != BTRFS_SCRUB_STOPPED); in RefreshScrubDlg()
326 …SendMessageW(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), PBM_SETRANGE32, 0, (LPARAM)bqs.total_chunks); in RefreshScrubDlg()
327 …SendMessageW(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), PBM_SETPOS, (WPARAM)(bqs.total_chunks - bqs.… in RefreshScrubDlg()
330 … SendMessageW(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), PBM_SETSTATE, PBST_PAUSED, 0); in RefreshScrubDlg()
332 … SendMessageW(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), PBM_SETSTATE, PBST_NORMAL, 0); in RefreshScrubDlg()
334 SendMessageW(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), PBM_SETRANGE32, 0, 0); in RefreshScrubDlg()
335 SendMessageW(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), PBM_SETPOS, 0, 0); in RefreshScrubDlg()
343 …SendMessageW(GetDlgItem(hwndDlg, IDC_SCRUB_PROGRESS), PBM_SETPOS, (WPARAM)(bqs.total_chunks - bqs.… in RefreshScrubDlg()
H A Dresource.h315 #define IDC_SCRUB_PROGRESS 1059 macro
H A Dshellbtrfs.rc301 CONTROL "",IDC_SCRUB_PROGRESS,"msctls_progress32",WS_BORDER,7,95,240,14